![]() |
<< Index >> |
FutureBasic 5 |
poke | statement | |
|
poke [byte] address&, byteExpr
poke word address&, shortIntExpr
poke long address&, longIntExpr
| address&, byteExpr
% address&, shortIntExpr
& address&, longIntExpr
byteExpr
, shortIntExpr
or longIntExpr
into the 1, 2 or 4 memory bytes (respectively) which start at location address&
. The address&
should be a long integer expression, or a pointer
variable.