PS TEXT FORMAT Reference Manual
TFORM Messages
11387 Tandem Computers Incorporated B-11
STACK TOO FULL FOR FUNCTION INVOCATION
The stack space was minimal when you tried to invoke a function. TFORM
refused to invoke it to prevent a possible abort.
STRING TABLE OVERFLOW
This is a TFORM internal error, which can be caused by repetitive or
recursive macro activities involving string manipulation or assignment.
STRING TABLE TOO FULL FOR MACRO/FUNCTION INVOCATION
The internal table that keeps track of string entities is nearly full and
TFORM has determined that calling a requested macro or function would
cause a string table overflow. The macro or function probably contains an
infinite recursion.
"STYLE" COMMANDS MUST FOLLOW "NEW" COMMAND
Page-oriented STYLE commands (STYLE FORM, STYLE MARGIN, STYLE
GAP, and so on) must appear at the start of a new page. This restriction
doesn’t apply to paragraph- and sentence-oriented STYLE commands.
SYNTAX ERROR
The format of a command, macro, expression, or function violates one or
more of the rules for its construction. See the Appendix A for a summary
of all TFORM syntax.