Metrologic IS1000 Series Guía de usuario Pagina 166

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 198
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 165
160
CipherLab BASIC Compiler
User's Guide
Error Code Interpretation
10 No free memory for file extension.
For other types of error, i.e. invalid file ID, it will cause a run-time error.
Example
...
ADD_RECORD(1,Data$)
IF (GET_FILE_ERROR = 10) THEN
ErrorMessage$ = "No free file space."
END IF
...
5.21 Memory
This section describes the commands relating to the flash memory, SRAM, and the Smart
Media Card (SMC).
FLASH_READ$
Purpose
To read a data string from the flash memory.
Syntax
A$ = FLASH_READ$(N%)
Remarks
"A$" is a string variable to be assigned to the result.
"N%" is an integer variable in the range of 1 to 256, indicating the ordinal number
of the record.
Example
A$ = FLASH_READ$(3) ' read the 3rd record
See Also
FLASH_WRITE
FLASH_WRITE
Purpose
To write a data string to the flash memory. Up to 256 records can be saved to the
flash memory.
Syntax
A% = FLASH_WRITE(N%, A$)
Vista de pagina 165
1 2 ... 161 162 163 164 165 166 167 168 169 170 171 ... 197 198

Comentarios a estos manuales

Sin comentarios