Asynchronous Serial Communications Programmer's Reference Manual (32022-90052)

Chapter 9 255
Intrinsics Reference (cont)
FWRITE
The default carriage control is postspacing with
automatic page eject. This applies to all
Hewlett-Packard supported subsystems, with the
exception of FORTRAN77/iX and COBOLII/iX, which
have prespacing with automatic page eject.
Table 9-3 Selected Carriage Control Directives
Octal Code Carriage
%2–%52 Single space (with or without automatic page eject).
%53 No space, (next printing at column 1).
%54 Single space (with or without automatic page eject).
%60 Double space (with or without automatic page eject).
%61 Conditional page eject (form feed) is performed by the
software. If the printer is not already at the top of the form,
a page eject is performed. Ignored if:
Postspace mode: The current request has a
transfer count of 0 and the current request was
FOPEN (or HPFOPEN), FCLOSE, or FWRITE
specifying a carriage control directive of %61.
Prespace mode: The previous request has a
transfer count of 0, and the current request and
previous request are any combination of FOPEN
(or HPFOPEN), FCLOSE, or FWRITE specifying a
carriage control directive of %61.
%62–%77
%104–%177
Single space (with or without automatic page eject).
%2nn Space nn lines (no automatic page eject); nn is any octal
number from 0 through 77.
%300 Skip to top of form (page eject).
%301 Skip to bottom of form.
%302 Single spacing with automatic page eject.
%303 Skip to next odd line with automatic page eject.
%304 Skip to next third line with automatic page eject.
%305 Skip to next 1/2 page.
%306 Skip to next 1/4 page.
%307 Skip to next 1/6 page.
%310 Skip to bottom of form.
%311 Skip to one line before bottom of form.