Keyboard
Programming Manual
41
SATO Europe
WRITE
Description
Write data to an opened file.
Syntax
WRITE #FileHandle; list of expressions.
Remarks
FileHandle specifies the file to write data to.
The variables are used to write data to opened data file.
Example
OPEN “DATA2” FOR OUTPUT AS #1
WRITE #1; “DATA”
Содержание Smart Keyboard
Страница 1: ...SATO Smart Keyboard Programming manual...
Страница 90: ...Programming Manual Keyboard SATO Europe 88...
Страница 93: ......