|
DataBloc::ReadWORD
The DataBloc::ReadWORD function reads a double-byte
number (16bits) from the memory block.
Syntax
[number] ReadWORD(
[number] Offset
);
Parameters
- Offset
- [number] Index in the memory block where the value will be
read. It must be between 0 and Size-2.
Return Value
A number representing the value of the two bytes read in the
memory block.
This function typically fails for the following reason:
- The Offset parameter is not in the
range of possible valid values.
Remarks
None.
Function Information
| Object |
DataBloc |
| Availability |
Messenger Plus! Live 4.00 |
See Also
DataBloc Object, WriteWORD.
|