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"," ","--------------------","------------------------------------IF...THEN...ELSEFormat: IF condition THEN statement|linenumber | *label [:ELSE ...]Notes: Don't omit LET in assignments in an IF, otherwise any error will have an incorrect line number. '*' and AND can be used interchangably, as can '+' and OR. Release ERROR BRANCH with ON ERROR GOTO 0 before a line with a FOR; otherwise any errors in that line will cause a malfunction.------------------------------------INKEY$Format: INKEY$[(1)]Notes: The (1) option will wait for a keypress (using little battery power). Without the (1), it will not wait.------------------------------------INPUTFormat: 1.INPUT [prompt ,|;] variable [, ...]Notes: ',' shows a disappearing prompt while ';' shows a permanent prompt with the data entry following. Each variable can have its own prompt.------------------------------------INPUT#Format: INPUT# filenumber, variable [, ...]Notes: Use comma,space,CR,LF,or CRLF as delimiters for numeric data, all but space for string data. Strings with quotes can include commas.------------------------------------KILLFormat: KILL "E:filename"Notes: Filename Length is 1~7. The file must not be open.LEFT$Format: LEFT$(string, expression)------------------------------------LENFormat: LEN string------------------------------------LETFormat: [LET] variable[$] = expression Notes: Do not omit the "LET" within an IF statement.------------------------------------","20000801",,,"425553494E455353"