Hey All,
This is seemingly simple, but I can't quite figure how to put this in PAD. I have retrieved a column of data and set it as an array list using the retrieve data table column into list. Now I need to run a set of instructions, but want to refer to the index in the array like this: %ColumnAsList[%rownum%]%. This throws an error in the syntax. Is there a way to put a variable as the index value?
So for clarification, there is a variable %rownum% that is a number, let's say 0 and if you put %ColumnAsList[0]%, you'll get a value for that row in the array list. I'm trying to put the variable to define the index number I want to retrieve.