[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|             MEMORY              |
+---------------------------------+
MEMORY()

-----------------------------------
Returns amount of remaining available memory in kilobytes.
Return value - Numeric
-----------------------------------

MEMORY() returns the amount of memory below 640KB which is available to
RUN an external program.  Any available expanded memory is not included
in the value returned by this function, and the value will vary
throughout a FoxPro session.

MEMORY() is similar to SYS(12) with two exceptions:

. MEMORY() returns the amount of available memory in kilobytes as
opposed to SYS(12)'s bytes.

. MEMORY() returns a numeric value, as opposed to SYS(12) which returns
its value as a character string.

-----------------------------------

See Also:  RUN | !, SYS(12) Remaining memory, SYS(23) EMS memory
available, SYS(24) EMS memory limit, SYS(1001) FoxPro's memory,
SYS(1016) User alloc. memory

-----------------------------------

See Also: RUN | ! SYS(12) Remaining memory SYS(23) EMS memory
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson