|
Load Binary File
Loads a binary file, and store the content into a variable. This action is usful to load an image file for the action Inut Dialog.
Parameters
-
Filename Specifies the filename to be read.
-
Offset Specifies the offset position to the begin of the file, in bytes or characters.
- Size to load (in bytes) Specifies number of data in bytes to read.
-
Populate variable with read data Specifies a variable for holding the read content.
Note
For more information about the variable and expression, you please refer to How to use variable and expression.
|