Reading floating-point value (64bit) from message data:
Syntax |
dbl(byte offset): real |
---|---|
offset |
Data offset |
Result |
Returns the requested value |
Writes floating-point (64bit) value to message data:
Syntax |
assignable dbl(byte offset): real value |
---|---|
offset |
Offset of the data |
value |
Data value |
NOTE: Attempting to read or write data outside the data messages will cause the E_DataOverflow (32) exception for the VM and execution of the related command will be aborted.