KBYTES_FREE

Syntax

memory = KBYTES_FREE

Location

DJToolkit 1.16

The amount of memory considered by QDOS to be free is returned rounded down to the nearest kilo byte. See also BYTES_FREE if you need the answer in bytes. The value in KBYTES_FREE may not be equal to BYTES_FREE/1024 as the value returned by KBYTES_FREE has been rounded down.

EXAMPLE

kb_available = KBYTES_FREE

CROSS-REFERENCE

BYTES_FREE.