Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>fre return available memory</b> http://www.X-Hacker.org [<<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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson