Error Codes8–8
Alpha Errors
40 ALPHA leading and trailing delimiters mismatched
The leading delimiter (printable character) of the actual text string was not
matched with an ending delimiter before the line terminator was found.
41 ALPHA starting row SR out of bounds
The starting row parameter in the Alpha command will cause the text string
to print either above or below the limits of the form.
NOTE: Expanded print text strings expand up from the specified row. This
could cause an attempt to print the text string above the top of the
form and generate the error message.
42 ALPHA starting column SC out of bounds
The starting column parameter in the Alpha command is either extending the
alpha string beyond the left margin of the form or the starting column
parameter, plus the actual length of the text is extending the string beyond
the right margin of the page.
43 ALPHA string length > 255 characters
The string contains more than 255 characters.
44 ALPHA format or delimiter error in input parameters
Some type of format or delimiter error was detected in the parameters of the
alpha command. This error is usually caused by one or more of the
following:
a. A missing semicolon;
b. A colon in place of a semicolon;
c. Too many or too few parameters in the command string;
d. Alpha characters instead of numeric characters in the parameters.
45 Insufficient memory to store the ALPHA string
No more room in the IGP/PGL memory exists for another alpha string. The
rest of the Alpha commands are flushed until the Stop command is found.
Processing of the form will then continue normally. To create space in the
IGP/PGL memory, delete forms with alpha string elements that are no longer
required.