bas7ex.hlp (Topic list)
SCREEN Function Programming Example
                       Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
'This example uses the SCREEN function to return the color attribute of the
'character in the upper-left corner of the screen.
 
X = SCREEN(1, 1, 1)
PRINT X