qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VARPTR, VARSEG Functions
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns the address of a variable or string descriptor.
 
    VARPTR(variablename)
    VARSEG(variablename)
 
    ■ variablename      Any valid variable, including a record variable
                        or record element
 
 See Also
    Memory Management Commands       Mixed-Language Programming Commands
    SADD Function                    SSEG Function
    VARPTR$ Function