QUOTE

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

QUOTE

#a := QUOTE /- arg1 ... argn

Will set #a to <SOH>arg1 ... argn<SOH>.

#a := QUOTE /E /- arg1 ... argn

Quote elementwise: this will set #a to <SOH>arg1<SOH> ... <SOH>argn<SOH>.

#a := QUOTE /R /- arg1 ... argn

Will set #a to arg1* ... argn*, where where argn* is argn after replacing every occurrences of the quote character, "'", by <SOH>.

See the script quote_examples.sts for more details.

The option /R takes precedence over /E.

Navigation menu

Personal tools