HELPLIB.HLB  —  MACRO  /ALPHA  Lexical Operators, %STRING  Example
             FOO = "All the king's horses"
             .PRINT "%STRING(FOO)"

      After lexical processing, the statement appears as:

             .PRINT "All the king's horses"
Close Help