Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>screen character at specified location function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SCREEN                   Character at Specified Location             Function

 y = SCREEN(row,column[,z])

    Returns the ASCII or color information about a specified screen
    location.

     row,col    Absolute coordinates of a screen location.

           z    If omitted or 0, SCREEN returns the ASCII value of the
                    character at row,col.

   ---------------------------------------------------------------------

      Notes:    The z argument is valid only in text mode.

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