PS TEXT FORMAT Reference Manual

Expressions
11387 Tandem Computers Incorporated 5-9
SYS_PRINTFLAGS This is a string of characters that represent the current values of flags set by
the PRINT command. Each is either “1” or “0,” indicating true or false,
respectively. The various characters in the string are displayed in Table 5-
3.
Table 5-3. SYS_PRINTFLAGS Characters
Position Significance Changed by Default
1 Use draft mode formatting PRINT DRAFT 0
2 Print error pages PRINT ERRORS 1
3 Print pages manually PRINT MANUALLY ON 0
4 Print only changed pages PRINT PAGES CHANGES 0
5 Print warning pages PRINT WARNINGS 0
You can access individual characters through the use of the STRING
function. (S)
SYS_RIGHTINDENT This variable contains the current indentation, in decipoints, from the
right margin setting stored in SYS_RIGHTMARGIN. This value can be
negative. (N)
SYS_RIGHTMARGIN This is the current setting of the text area right margin, in decipoints. (N)
SYS_SECONDS This is an integer, in the range of 0 through 59, that represents the seconds
portion of the time of day when you invoked TFORM. (N)