
299
• If neither a comma (,) nor semicolon (;) is specified to
CR/LFcontrol, the cur-
sor moves to the first column on the next screen line.
In any of the above cases, the screen automatically scrolls up so that the cursor
always positions in view on the LCD screen.
To extend one program line to more than 512 characters in a single
PRINT state-
ment, you should use an underline (_) preceding a CR code, not a comma (,) pre-
ceding a CR code.
Syntax errors:
Reference:
Statement example:
PRINT 123
Output:
Error code and message Meaning
error 71: Syntax error data contains a comma (,) or semico-
lon (;).
Statements:
LOCATE, PRINT USING, and SCREEN
123
_
Komentarze do niniejszej Instrukcji