POKE (<expr1>,<expr2>) <expr3>


Draws a single Text character of value <expr3> and X and Y character position <expr1> and <expr2>. The cursor position is unaffected.

POKE (10,10) ‘G’

 

See Also: Gaphics Functions


Functions  Table Of Contents