Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>csrput() - place cursor at specified row/column</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     csrput() - place cursor at specified row/column
  Usage:    csrput(<row>,<col>)
  Params:   integer <row> - the row to place cursor at
            integer <col> - the column to place cursor at
  Returns:  nothing

 ---------------------------------- Example ---------------------------------

                 mrow = row()
                 mcol = col()
                 csrput(10,10)
                 ?? "This is at row 10 col 10...."
                 csrput(mrow,mcol)
                 ?? "This is at original location...."


See Also: csrset() csrbot() csron() csroff()

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