A SERVICE OF

logo

3 – 24 Programming
2. Number of Columns
The start graphics code is followed by two numbers telling the printer
how many columns to print. For ease of reference, call these numbers n1
and n2.
To find the value of these numbers, determine how many columns you
want to print, then divide it by 256. The value of n2 is the integer portion
of the quotient, and the value of n1 is the remainder expressed as an
integer.