|
DataBloc::SetAt
The DataBloc::SetAt function writes a single byte (8bits)
in the memory block.
Syntax
SetAt(
[number] Offset,
[number] Byte
);
Parameters
- Offset
- [number] Index in the memory block where the value will be
written. It must be between 0 and Size-1.
- Byte
- [number] 8bits number to write.
Return Value
No value is returned by this function.
This function typically fails for the following reason:
- The Offset parameter is not in the
range of possible valid values.
Remarks
Messenger Plus! Live 4.10 and above: Byte must be unsigned (range between 0 and
255).
Function Information
| Object |
DataBloc |
| Availability |
Messenger Plus! Live 4.00 |
See Also
DataBloc Object, GetAt.
|