home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
xbase
/
library
/
clipper
/
rettig
/
tr_mem.prg
< prev
next >
Wrap
Text File
|
1990-10-21
|
367b
|
15 lines
*********
* Function : MEM
* By : Leonard Zerman
* Placed in the public domain by Tom Rettig Associates, 10/22/1990.
*
* Syntax: MEM()
* Return: <expN> maximum number of K bytes available for allocation.
* Note..: This is implimented for downward compatibility with
* previous versions.
*********
FUNCTION MEM
RETURN ( MEMORY(0) )
* eof mem *