Spooler Plus Utilities Reference Manual

Font Utility
Spooler Plus Utilities Reference Manual522294-002
4-16
Comments in the Script File
Comments in the Script File
Comments can appear anywhere in the script file and are ignored by the Font utility.
A comments is
Any text before the first START-FONT directive
Any text to the right of an exclamation point (!)
Any text between the END-FONT and the START-LOCATIONS directives
Between the START-LOCATIONS and END-LOCATIONS directives, any line that
does not start with the # sign
Any text following an END-LOCATIONS directive
Examples
The following example demonstrates comments. The lines are numbered for
demonstration; the line numbers are not part of the test. Comment lines are lines 1, 2,
8, 9, 11, 12, 14, 16, 17, 19, and 20. Comments follow the exclamation points (!) in
lines 5 and 6.
1.
Beginning text lines are comments
2.
and are ignored.
3.
?START-FONT
4.
?FONT DEMO
5.
?CONTROL 1 0 ! Issue a form feed
6.
%33,"E" ! Issue a PCL reset
7.
?END-FONT
8.
These lines are treated as comments and
9.
are ignored. They can contain anything.
10.
?START-LOCATIONS
11.
Comments comments comments
12.
Comments comments comments
13.
#RETAIL.DEFAULT RETAILFORM $LASER.#A
14.
Comments comments comments
15.
#TRADE.DEFAULT TRADEFORM $LASER.#B
16.
Comments comments comments
17.
Comments comments comments