qb45qck.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 and VARSEG Functions QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
VARPTR and VARSEG - memory functions that return the address of a
                    variable
Syntax
  VARPTR(variablename)
  VARSEG(variablename)
    ■ variablename is the name of any BASIC variable, including a record
      variable or record element
 
See Also  VARPTR$  DEF SEG  PEEK  POKE  SADD