0
Ability to suppress "Load Variables" Error when path not found
It would be nice if I could suppress this error from occurring.
The idea would be if the variable file didn't exist I could run a script to create the file.
Currently, after the error occurs I can either press 'Abort' or 'Retry', but neither of those proceeds further in the script.
I am using IQAN Script 4.07.5.4302
Customer support service by UserEcho
I was able to overcome this using IQAN Script 6, by utilizing Execute with an Argument.
I execute a cmd file to check if the file exists, if it doesn't a blank template is created before using Load Variable.
Then can populate it using Save Variables.
Another feature I found useful in developing my solution was using Text Comparison. I couldn't get this to work in Script 4 or 5 because they lacked Text Comparison.
Long story short, this is a non-issue in IQAN Script 6.