PokeB()

Syntax

PokeB(*Buffer, Offset, Number)
Description
Writes a byte (1 byte) number to the specified memory buffer.

Parameters

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

Return value

None.

See Also

PeekB()

Supported OS

All

<- PokeA() - Memory Index - PokeC() ->