Current printer name (sys.Printer)ΒΆ
!temp sys.Printer,,a0,,v |
Current printer name |
The name of the current printer. This is specified in the printer parameter file, Section 1, Sequence 1[1]. It is read when a program is loaded, and cannot be altered. The actual length of the field is determined by the length of the text which it references.
EXAMPLE
!final {
print "Printed on "; sys.Printer,
print " Date: "; sys.Date, " Time: "; sys.Time
}
RELATED TOPICS |