I have list like
((1 item1 item2)(2 item3 item4)(3 item5 item6))
i want to get items in 3 different variable how can this possible.?
1 Like
you can use like this,
1 Like
i m getting this as a result from database . how can get through loop .?
first you can set your all data to a list,
then you can make lists from it,
like set list1 to select list item index 1
set list2 ti select list item index 2
set list3 to select list item index 3
after setting data to these lists, you can get data from that lists
1 Like
pls can u show blocks…?
Thank you so much, it’s working from your help!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.