PeekLong&()

Last Modified: 9/8/2021

Reads a Long from the specified memory address.

Arguments

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

Example

Syntax: PeekLong&(<MemAddr>)
    a& = 350593
    b& = PeekLong&(VarPtr&(a&))
    Print b&

Remarks

See Also

Peek(), PeekInt(), Poke, PokeInt, PokeLong