Outputting a special text printer sequencesΒΆ
Since Sculptor version |
pstext() |
Output a special text printer control sequence |
SYNTAX
pstext(seqno [, subno])
Output a special text printer control sequence. These are defined in Section 7 (Special text) of the printer parameter file. If the sequence has been split into sub-sequences, the subno argument can be used to output a specific sub-sequence. If subno is zero or is omitted, all sub-sequences are output.
NOTES
It is normally appropriate to terminate a print command which involves only calls to pset(), psc(), puc() and pstext() (functions which produce no actual printed output) with a semicolon, as otherwise a new line is thrown.
EXAMPLE
print pstext(1)
RELATED TOPICS |