CT_MEMSIZE

 MEMSIZE()
 Determines size of conventional or extended memory
------------------------------------------------------------------------------
 Syntax

     MEMSIZE([<lMode>]) --> nMemSize

 Argument

     <lMode>  Designates whether you want to determine the size of the
     conventional memory (.F.) or extended memory (.T.).  The default value
     is conventional memory (.F.).

 Returns

     MEMSIZE() returns the size (in kBytes) of the designated memory type.

 Description

     MEMSIZE() determines how much working memory is available on your
     system.  It determines either the size of the conventional memory
     (0 to 640k) or extended memory (above 1 MB).

 Note

     .  This function returns a value determined through the BIOS
        (which assumes compatibility).

 Examples

     .  Show size of conventional memory:

        ? MEMSIZE()            // e.g. 512
        ? MEMSIZE(.F.)

     .  Show size of extended memory:

        ? MEMSIZE()            // e.g. 384

See Also: ALLOFREE()*

 

Tools – System Information

Introduction System Information
BIOSDATE()   Determines the system BIOS date
BOOTCOLD()   Triggers a cold boot
BOOTWARM()   Triggers a warm start of the system
CPUTYPE()    Determines what type of microprocessor in use
DOSPARAM()   Retrieves the DOS command line as a string
ENVPARAM()   Reads the entire DOS environment table into a string
ERRORACT()   Recommends action for a DOS error that has occurred previously
ERRORBASE()  Source of the most-recent DOS error
ERRORCODE()  Identifies a DOS error that has occurred previously
ERRORORG()   Origin of the most-recent DOS error
EXENAME()    Returns name and directory of the current Clipper program
FILESFREE()  Specifies the number of files you can open
FILESMAX()   Specifies maximum number of files that can be open at one time
GETCOUNTRY() Queries country setting for the operating system
ISANSI()     Tests to see if the ANSI screen driver is installed
ISAT()       Determines if a program is running on an AT
ISMATH()     Determines if a math coprocessor is installed
MEMSIZE()    Determines size of conventional or extended memory
NUMBUFFERS() Determines the BUFFERS= setting
NUMFILES()   Determines maximum number of files you can open simultaneously
OSVER()      Returns the DOS version number
PCTYPE()     Returns the type of computer in use
SSETBREAK()  Sets and checks the DOS BREAK switch
SSETVERIFY() Sets and checks the DOS VERIFY switch