This function allows a REAL to be written to the data field of a BCC_MSGUSER structure at the specified offset.
Syntax |
bcc_set_double (bcc_msguser str, int offset, real value) |
---|---|
str |
Structure of type bcc_msguser |
offset |
Offset in number of bytes you want to write to |
value |
The value you want to enter |
Validity |
Rule, Task |
Note |
Example of use:
|