
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$)
Kommentare zu diesen Handbüchern