Reading floating-point value (32bit) from message data:
Syntax |
flt(byte offset): float |
---|---|
offset |
Data offset |
Result |
Returns the requested value |
Writes floating-point (32bit) value to message data:
Syntax |
assignable flt(byte offset): float 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.