Site hosted by Angelfire.com: Build your free website today!
NAME
  VARPTR, VARSEG Functions

SYNOPSIS
  VARPTR(variablename)
  VARSEG(variablename)
      o variablename    Any Basic variable.

DESCRIPTION
  VARPTR, VARSEG Functions
  VARPTR returns the offset address of a variable.
  VARSEG returns the segment address of a variable.

SEE ALSO
  CALL ABSOLUTE DEF SEG PEEK POKE VARPTR$