McIDAS User's Guide
Version 2014.1

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


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.

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]