qck.hlp (Table of Contents; Topic list)
"X", Substring Command
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Allows execution of a second substring from a DRAW or PLAY statement command
 string so that one string expression executes another, which executes a
 third, and so on. Command not available when forms are showing.
 
    "X" + VARPTR$(stringexpression$)
 
    ■ stringexpression$   String expression to draw; numeric arguments to
                          macrocommands in stringexpression$ can be constants
                          or variable names
 
 See Also
    DRAW Statement    Graphics Command Summary    VARPTR$ Function