Thread: Array Variables
View Single Post
  #3 (permalink)  
Old 11-21-2008, 06:11 AM
kylepyro kylepyro is offline
Junior Member
 
Join Date: Nov 2008
Posts: 28
Smile Array

Quote:
Originally Posted by forumsupport View Post
Hello,

Using Automation Anywhere, you can create a list variable that can read value from a text file. Either you can assign pre-defined comma separated values in a text file or using 'Log to File' command, you can log the values at run time. Using 'Loop $ListVariable$' command, you can access these values later in the task.

For better understanding, you can refer to following online example,
http://www.tethyssolutions.com/T12.htm
It would be nice if we could load/extract information out of the list variables with a subscript, i.e. ListVariable(index) rather than the loop process which requires you to write the loop control.

thnx for considering it
Reply With Quote