PokeI()

Syntax

PokeI(*MemoryBuffer, Number)
Description
Writes an integer (4 bytes in 32-bit executable, 8 bytes in 64-bit executable) number to the specified memory address.

Parameters

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

Return value

None.

See Also

PeekI()

Supported OS

All

<- PokeF() - Memory Index - PokeL() ->