PeekA()

Syntax

Value.a = PeekA(*Buffer, Offset)
Description
Reads an ascii character (1 byte) from the specified memory buffer.

Parameters

*Buffer The buffer to read from. It must have been allocated with AllocateMemory() or ReAllocateMemory().
Offset The offset (in bytes) in the buffer.

Return value

Returns the value of the ascii character.

See Also

PokeA()

Supported OS

All

<- MemorySize() - Memory Index - PeekB() ->