Hi,
What is the best way to load and keep a list of computer IPs (from and ini file for example) and do stuff on them in FinalBuilder/Automise?
I actually need an array of variables…
Thanks in advance,
NirS
In a normal FB or AT variable you can store multiple values… you just have to separate them with a new line. So, it’s actually easiest to create a text file and put each value on a new line and then use the Read Text File action and put the values into a variable.
You can then use this new variable to drive a list iterator, which will run the set of child actions for each value.
hth.