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 4.0 Reference - __prow current printer row http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __prow              Current printer row
------------------------------------------------------------------------------
 Declaration
   printer.hdr

 Syntax
   uint __prow

 Default
   0.

 Description
   The __prow system variable holds the current column position of the
   printer.

 Example
   #define EXAMPLE_IO
   #include example.hdr

   proc Test_prow
   // Send an eject to the printer if row exceeds 33
   if __prow > 33
      eject
   endif
   endproc

   proc main
   Test_prow()
   endproc

See Also: __pcol prow()

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