Open System Testing Architecture

TOC PREV NEXT INDEX



Control Command

All 7-bit control characters, i.e. characters with ASCII codes in the range HEX 00 to 1F inclusive, may be represented using a control command. The control command has the following format:

 ^c

"^" is the default control character and "c" is the control character specifier. The control character specifier is an ASCII graphics character with an ASCII code in the range HEX 40 (ASCII "@") to 5F (ASCII "_"). The compiler will apply the bottom 6 bits only, to generate an ASCII code in the range HEX 00 to 1F.

For example, the ASCII bell character (ASCII code HEX 07), is represented by "^G".

See also:

Character Representation


CYRANO
Customer Support: France +33 (0) 1 56 33 40 00
USA +1 (978) 462-0737; Toll free 800-714-4900
UK +44 (0) 1274 761024
support-fr@cyrano.com
support-us@cyrano.com
support-uk@cyrano.com
TOC PREV NEXT INDEX