Site hosted by Angelfire.com: Build your free website today!
NAME
  VARPTR$ Function

SYNOPSIS
  VARPTR$(commandstring$)
      o commandstring$    A string variable containing DRAW or PLAY commands.

DESCRIPTION
  Returns a string representation of a variable's address for use in DRAW and
  PLAY statements.

  Example:
      Scale$ = "CDEFGAB"
      PLAY "L16"
      FOR i% = 0 TO 6
          PLAY "O" + STR$(i%)
          PLAY "X" + VARPTR$(Scale$)
      NEXT i%

SEE ALSO
  DRAW PLAY (Music) VARPTR VARSEG