PokeF()

Syntax

PokeF(*Buffer, Offset, Number.f)
Description
Writes a float (4 bytes) 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

PeekF()

Supported OS

All

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