System Buffer


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Stephen Auerbach on March 17, 2005 at 13:08:49: Uploaded files: 2

I am experimenting with the system buffer and I can not get this simple program to run. Would anyone look at it and tell me what I'm missing here.

Calling program:
======================================
Length 50 & Local BufferData$
ToBuff: Format_
BufferData$
Clear
BufferData$ = "ABCDEFG"
write(#,ToBuff)
Enter "TBuf"
print "Done"
wait
Run "QMonitor"
=================================================
Enter program:
length 50 & Local Bufdata$
FrBuff: Format_
BufData$
print (et)
clear
Read(#,FrBuff)
Print "BufData";BufData$;"*"
wait
Exit

I get nothing passed to the Enter program. The print statement shows nothing, null, nada.
Thanks



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]