[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FRE Return Available Memory
y = FRE({strexpr | -1 | -2})
Returns the number of bytes available in Turbo Basic's string space,
array space, or stack space.
strexpr FRE(strexpr) returns, in a long integer, the number of
free bytes in string memory. The argument is a dummy; any
string expression will do.
-1 FRE(-1) returns the number of free bytes of array space.
-2 FRE(-2) returns the number of free stack bytes.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson