Peek()

Last Modified: 9/8/2021

Reads a Byte from the specified memory address.

Arguments

NameTypeRequiredDescription
MemAddr Long Yes The memory location you want to read from.

Example

Syntax: Peek(<MemAddr>)
    a = 35
    b = Peek(VarPtr&(a))
    Print b

Remarks

See Also

PeekInt(), PeekLong&(), Poke, PokeInt, PokeLong