Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>fre available memory</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FRE                      Available Memory

 y = FRE({strexpr | numexpr})

    Returns the number of bytes available in QuickBASIC's string space;
    optionally forces a defragmentation of the string space.

     strexpr    A dummy argument; the actual value is inconsequential.
                FRE(strexpr) causes QuickBASIC to clean house on its
                string data space, then report the amount of free space
                available.

     numexpr    A dummy argument. If numexpr = -1, QuickBASIC reports the
                size in bytes of the largest free LNA (large numeric
                array) entry. If any other value is used, QuickBASIC omits
                the housecleaning step and reports the amount of free
                space available.

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