|
Advanced Get Variable Value
This instruction is only for the advanced user who has experience in programing.
Retrieve the content from a variable's buffer in the binary data manner. In many cases, after calling function in an external DLL, the return result will be stored as a structural data manner in the variable's buffer. You have to use this instruction to retrieve the member value from the buffer.
Click here to show the figure
Parameters
-
Variable name Specifies the variable to read.
-
Reading type Specifies how to convert the read content.
-
Offset to read Specifies the offset position to the begin of the variable's buffer, in bytes.
-
Limit block size of reading Specifies whether to limit the amount of the content, in bytes.
-
Return value into Specifies the variable for storing the read content.
Note:
The offset position is the key for reading the member value correctly, and you have to dertmine the right value before using the instruction.
For more information about the expression, please refer to Variable and Expression.
|