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