Table of contents Previous: McBASI Interpreter Commands PLOT Next: McBASI Interpreter Commands PRINT

POKE

Forces a value into a User Common location.


Syntax

POKE value, location


Parameters

value

numeric or string expression; if numeric, it is converted to an integer quantity unless a string is specified

location

numeric expression identifying the word in User Common to be written into


Remark

See also functions PEEK and PEEK$.

Caution !
Be careful when using this command. It is possible to set your computer into a state from which the only recovery is to boot.


Table of contents Previous: McBASI Interpreter Commands PLOT Next: McBASI Interpreter Commands PRINT