Messenger Plus! Live - Scripting Documentation

The DataBloc::WriteDWORD function writes a 32bits integer in the memory block.

Syntax

WriteDWORD(
    [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-4.
Data
[number] 32bits number to write.

Return Value

There is no value returned by this function.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object DataBloc
Availability Messenger Plus! Live 4.00

See Also

DataBloc Object, ReadDWORD.