Denso Power Net Terminal BHT-103 Especificaciones Pagina 361

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 577
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 360
353
Syntax:
EOF([#]filenumber)
Parameter:
filenumber
A numeric expression which returns a value from 1 to 16.
Description:
EOF tests for an end of a device I/O file designated by filenumber. Then it
returns -1 (true) if no data remains; it returns 0 (false) if any data remains, as listed
below.
filenumber should be the file number of an opened device file.
The
EOF function cannot be used for data files. Specifying a data file number for
filenumber causes a run-time error.
End Of File File I/O function
EOF
Tests whether the end of a device I/O file has been reached.
File Type Returned Value End-of-file Condition
Communications device file -1 (true) No data remains in the
receive buffer.
0 (false) Any data remains in the
receive buffer.
Barcode device file -1 (true) No data remains in the
barcode buffer
0 (false) Any data remains in the
barcode buffer.
Vista de pagina 360
1 2 ... 356 357 358 359 360 361 362 363 364 365 366 ... 576 577

Comentarios a estos manuales

Sin comentarios