264
____________________________________________________________________
I/O statement
PRINT USING
Displays data on the LCD screen under formatting control.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
Syntax 1 (Displaying numbers):
PRINT USING "numericformat";expression [CR/Lfcontrol
[expression]...]
Syntax 2 (Displaying strings):
PRINT USING "stringformat";stringexpression [CR/Lfcontrol
[stringexpression]...]
Parameter:
Parameter:Parameter:
Parameter:
numericformat
#, a decimal point (.), and/or +.
stringformat
!, @, and/or &
CR/LFcontrol
A comma (,) or a semicolon (;).
Description:
Description:Description:
Description:
PRINT USING displays a number or a character string specified by expression or
stringexpression on the LCD according to a format specified by numericformat or
stringformat, respectively.
• To extend one program line to more than 512 characters in a single PRINT USING
statement, you should use an underline (_) preceding a CR code, not a comma (,)
preceding a CR code.
Kommentare zu diesen Handbüchern