|
Read text file
Read from a plain-text file.
Click here to show the figure
Parameters
-
Source file name Specifies a full-qualified name of the source file.
-
Position for reading Specifies the position of reading.
-
Store read content into Specifies the variable name for populating the read content.
-
Return EOF state into variable Specifies the variable name for populating the EOF state.
If the reading position exceeds the end of the file, the value is the number 1, otherwise, it is 0.
-
Ignore EOF error Specifies whether to ignore the EOF error.
Note:
For more information about the variable, please click hereĄŁ
|