Hi,
I recently tried to dynamically access a list element within a loop (i don't want a for each loop, just specific indexes).
I've tried %mylist[%myIndex%]% with %myIndex% = 1 but it doesn't work. Same for %mylist[%'myIndex'%]%. However, %mylist[1]% works perfectly fine.
Is it possible to use a variable as a list index parameter?
Thanks