Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-------+##################################################################
#+-| EJECT |------------------------------------------------------------+#####
#| +-------+ The EJECT command sends a carriage return (ASCII 13) and a |#####
#|           form feed (ASCII 12) to the default print device or device |#####
#|           specified by the SET PRINT TO <C-exp> command              |#####
#+----------------------------------------------------------------------+#####
##############################################################################
##############################################################################
#+--| Syntax |---+############################################################
#|     EJECT     |############################################################
#+---------------+############################################################
##############################################################################
##############################################################################
########+---| Description |--------------------------------------------+######
########| EJECT resets prow() and pcol() to 0.  EJECT sends a carriage |######
########| return and form feed directly to the device specified by     |######
########| SET PRINTER TO.  Although the print device is part of the    |######
########| same I/O system as the ? command, EJECT does not echo the    |######
########| carriage return, form feed to the screen.                    |######
########+--------------------------------------------------------------+######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Eject a page before LISTing output to a printer.    |#########
#########|                                                          |#########
#########| WAIT "Is list to go to printer? " TO yes                 |#########
#########| IF yes $ "Yy"                                            |#########
#########|     EJECT                   && clear the page.           |#########
#########|     LIST ALL TO PRINT                                    |#########
#########| ELSE                                                     |#########
#########|     LIST ALL                                             |#########
#########| ENDIF                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Eject a page when user turns on printer to          |#########
#########| *    prepare for a report.                               |#########
#########|                                                          |#########
#########| REPEAT                                                   |#########
#########|     ? "Turn on printer..."                               |#########
#########|     WAIT                                                 |#########
#########| UNTIL pready()                                           |#########
#########| EJECT                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: pcol() prow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson