Denso BHT-200QW Especificaciones Pagina 269

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 587
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 268
Chapter 14. Statement Reference
261
CR/LFcontrol
CR/LFcontrol determines where the cursor is to be positioned after the PRINT
statement executes.
• If CR/LFcontrol is a comma (,), the cursor moves to the column position of a least
multiple of 8 plus one following the last character output.
Statement example: PRINT 123,
Output:
123 _
( is a space.)
• If CR/LFcontrol is a semicolon (;), the cursor moves to the column position
immediately following the last character output.
Statement example: PRINT 123;
Output:
123 _
If neither a comma (,) nor semicolon (;) is specified to CR/LFcontrol, the cursor
moves to the first column on the next screen line.
Statement example: PRINT 123
Output:
123
_
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 statement,
you should use an underline (_) preceding a CR code, not a comma (,) pre-ceding a
CR code.
Syntax errors:
Syntax errors:Syntax errors:
Syntax errors:
Error code and message
Meaning
error 71: Syntax error
data contains a comma (,) or semicolon(;).
Reference:
Reference:Reference:
Reference:
Statements: LOCATE, PRINT USING, and SCREEN
]
]
]
]
]
]
Vista de pagina 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 586 587

Comentarios a estos manuales

Sin comentarios