CipherLab BASIC Programming
4.19.3 SD CARD
SD_FREE_MEMORY
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
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)
148
Part I
8200, 8400, 8700
8200, 8400, 8700
Need help?
Do you have a question about the 8 Series and is the answer not in the manual?