How Can We Help?
< All Topics
Print

How To Construct Hex Codes

Within a quoted character string, a backslash immediately followed by two characters that are either digits from 0 to 9 or letters from A(a) to F(f) are treated as a hex code. The text string containing the hex code must be enclosed in quotation marks.

Example of Using Hex Codes

set output printer
output “F”;    % selects a condensed font
…report commands…
output “12”;    % restores regular font
set output terminal

Leave a Reply

Your email address will not be published. Required fields are marked *

en_CAEnglish