Help in get items from list inside list

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,

blocks - 2019-12-10T204235.176

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…?

i have this list is the list i got.

its getting a list of all data

try something like this, i am not sure about you lists, but try

1 Like

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.