DOCUMENTATION HOME
COMMANDS
FUNCTIONS
DATA TYPES
SYSTEM IDENTIFIERS
PeekInt()
Last Modified: 9/8/2021
Reads an
Integer
from the specified memory address.
Arguments
Name
Type
Required
Description
MemAddr
Long
Yes
The memory location you want to read from.
Example
Syntax: PeekInt(
<MemAddr>)
a
=
35
b
=
PeekInt
(
VarPtr&
(a))
Print
b
Remarks
See Also
Peek()
,
PeekLong&()
,
Poke
,
PokeInt
,
PokeLong