MEMO
--------------------
BUSINESS
Data Downloaded Via Info to Go
Sharp Download Data V1.0
"C","M"," "
"I","ATTR","TTL1","MEM1","DATE","IMG3","CLAS","CGR1","QMEM"
"T","Attribute","Title","text","Create data","bitmap","File name","Category kind","Quick Memo"
"D"," ","--------------------","------------------------------------ON ERROR GOTOFormat: ON ERROR GOTO linenumber | *labelNotes: Use ON ERROR GOTO 0 to disable error trapping.------------------------------------ON...GOSUBFormat: ON expression GOSUB linenumber | *label [, ...]------------------------------------ON...GOTOFormat: ON expression GOTO linenumber | *label [, ...]------------------------------------OPENFormat: OPEN "E:filename" FOR mode AS #filenumber OPEN "COM:delimiter, eof-code" AS #1Notes: filenumber can range from 1 to 5. mode can be input/output/append. The file is linked to the basic program; if you delete the program then related files will be deleted. filename can range from 1 to 7 letters. delimiter can be c (CR), f (LF) or l (CR and/or LF). eof-code can range from &h0 to &hff. Communications parameters are fixed at 9600/8/n/2, no flow control. DTR puts wizard into sync mode, so disable this on the other end.------------------------------------ORFormat: Expression OR expressionExample: 41 OR 27 = 59------------------------------------PAINTFormat: PAINT (x, y), patternNotes: The patterns are:1: Stripe (Vertical)2: Stripe (Horizontal)3: Black------------------------------------POINTFormat: POINT (x, y)------------------------------------","20000801",,,"425553494E455353"