File Function
$File function uses value list from the text file. The engine expects one value per line file format.
The function has the following parameters:
  1. File Name*. String, quotation not required.
  2. (optional) Use data from the file sequentially. 0 or 1, default is 0 (false). The first row will be used after the last of necessary.
  3. (optional) Values are patterns. 0 or 1, default is 0 (false).

* - the following macros can be used as a part of the file name: %APPDATA%, %DOCUMENTS%, %USERPROFILE%, %ALLUSERSPROFILE%

Examples

  • $File(c:\Program Files\DataBase\sales.txt) - use local file
  • $File(\\192.168.137.2\C\dates.txt) - use file from the network share