Page 1 of 1

File read ?

Posted: Sat May 18, 2013 7:19 pm
by robotask
Is there a File Read function ? File Write works fine.

Re: File read ?

Posted: Sat May 18, 2013 9:31 pm
by Oleg
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