Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>setpos() get & set current cursor screen position</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SETPOS()    Get & Set current cursor screen position

 Syntax....: SETPOS( [ row,colm ] )  -or-  SETPOS( [ str ] )
 Parameters: <expN>: row       [optional]
 [optional]  <expN>: colm      [optional]
  "      "   - or -
  "      "   <expC>: str  = the position string previously returned by SETPOS()

 Returns...: <expC>: a 2 byte position string
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: sv_pos= SETPOS()
                ...
             SETPOS( sv_pos )
              - or -
             sv_pos= SETPOS( 10,39 )

See Also: SETCURSOR SETSCRSTAT ISCURSOR

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