Thanks Jim for reply!
Let me elaborate the problem statement….
I have declared temp variable in xlate called ‘@mylist’. this variable holds the data in list format e.g. {1 2 3 4 5 6….}.
I tried using ITERATE command in xlate to iterate through the above list
i.e. In ITERATE Command I filled in below attribute values;
Type :lits
Basis : @mylist
Variable : %l1
Now when I tried echo values of ‘%l1’ variable I am not getting expected output. it prints value as “@list”.
so wanted to know is it supported in cloverleaf do iterate over variable?
Pls feel free to reply in case you have further question about problem statement.
Regards