SetMemblockByteSigned

Description

Writes a single byte value at the given offset. The offset must be less than the size of the memblock. The first value is at offset 0. The given value will be truncated to the range -128 and 127.

Definition

SetMemblockByteSigned( memID, offset, value )

Parameters