Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: n_scolor([<rown>,<coln>]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_SCOLOR([<rowN>,<colN>])

Returns color at specified position on screen.

Example

SET COLOR TO R/G
@ 10,20 SAY "Hello"
SET COLOR TO +W/N
@ 12,20 SAY "There"
? N_SCOLOR(10,20)
  R/G
? N_SCOLOR(12,20)
  +W/N

Notes

If no parameters are specified, the current cursor location is assumed.

If an invalid cursor coordinate is specified, null string ("") is returned.

See Also: N_GETROW N_GETCOL N_SCHAR

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