|
DataBloc::WriteWORD
The DataBloc::WriteWORD function writes a double-byte
number (16bits) in the memory block.
Syntax
WriteWORD(
[number] Offset,
[number] Data
);
Parameters
- Offset
- [number] Index in the memory block where the value will be
written. It must be between 0 and Size-2.
- Data
- [number] 16bits number to write.
Return Value
There is no value returned by this function.
This function typically fails for the following reason:
- The DataBloc object refers to a window that has been
destroyed.
Remarks
None.
Function Information
| Object |
DataBloc |
| Availability |
Messenger Plus! Live 4.00 |
See Also
DataBloc Object, ReadWORD.
|