File read ?
File read ?
Is there a File Read function ? File Write works fine.
Re: File read ?
There are two ways:
You can read text file sequentially line-by-line in the Text Loop
- or -
You can assign the contents of file by using variable {TextFile(full_file_name)} to some variable. See full list of system variables here: http://www.robotask.com/help/index.php? ... iables.htm
Use Set Variable action. Do not forget to turn ON "Expand variable value" option
You can read text file sequentially line-by-line in the Text Loop
- or -
You can assign the contents of file by using variable {TextFile(full_file_name)} to some variable. See full list of system variables here: http://www.robotask.com/help/index.php? ... iables.htm
Use Set Variable action. Do not forget to turn ON "Expand variable value" option
Oleg Yershov