Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - setpos set a new position on the page for next printing http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetPos             Set a new position on the page for next printing
--------------------------------------------------------------------------------

 Syntax:            <oPrn>:SetPos( <nRow>, <nCol> ) -->  <nLPrevPos>

 Parameters:

 <nRow>             The coordinates of the new position. By default they
 <nCol>             are expressed in pixels, unless another mode (SetMapMode())
                    is being used.

 Returns:           A numeric long value containing the previous device
                    selected position:

                    <nPrevRow>  = nLoWord( <nLPrevPos> )
                    <nPrevCol>  = nHiWord( <nLPrevPos> )


Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson