613-518-1166 info@zimdatabases.com

Developing ZIM Applications

How To Construct Hex Codes

< All Topics

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

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents