PeekInt()

Last Modified: 9/8/2021

Reads an Integer from the specified memory address.

Arguments

NameTypeRequiredDescription
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