PeekB()

Syntax

Value.b = PeekB(*Buffer, Offset)
Description
Reads a byte (1 byte) number 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 byte.

See Also

PokeB()

Supported OS

All

<- PeekA() - Memory Index - PeekC() ->