PokeC()

Syntax

PokeC(*Buffer, Offset, Number)
Description
Writes a character (UTF-16) 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 character value to write.

Return value

None.

See Also

PeekC()

Supported OS

All

<- PokeB() - Memory Index - PokeD() ->