PokeC()

语法

PokeC(*MemoryBuffer, Number)
概要
Writes a character (1 byte in ascii, 2 bytes in unicode) number to the specified memory address.

参数

*MemoryBuffer The address to write to.
Number The value to write.

返回值

无.

参阅

PeekC()

已支持操作系统

所有

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