148
CipherLab BASIC Programming Part I
SD_FREE_MEMORY 8200, 8400, 8700
Purpose To get the size of free data memory on SD card in megabytes.
Syntax A% = SD_FREE_MEMORY
Remarks “A%” is an integer variable to be assigned to the result.
Example
PRINT “Free memory on SD = ”, SD_FREE_MEMORY
See Also MEMORY_INFORMATION(6)
SD_SIZE 8200, 8400, 8700
Purpose To get the volume of SD card, excluding the space used by FAT structure.
Syntax A% = SD_SIZE
Remarks “A%” is an integer variable to be assigned to the result, in units of megabytes.
Example
PRINT “SD size = ”, SD_SIZE
See Also MEMORY_INFORMATION(5)