Last Modified: 9/8/2021
Reads a Long from the specified memory address.
Name | Type | Required | Description |
MemAddr | Long | Yes | The memory location you want to read from. |
Syntax: PeekLong&(<MemAddr>) |
a& = 350593 b& = PeekLong&(VarPtr&(a&)) Print b& |