hello developers,
if you dont understand what i want to say then see
((1,2,3)(4,8,7)(5,8,7))
here are three list in 1 list
now i want to do is to save all 3 data in a list. there after extract all of three list in three saperate list means like this
(1,2,3) (4,8,7) (5,8,7)
may be this wil happend with "list from csv table " block but i am unable to use this
please give an advice
thanks
Peter
(Moderator)
November 27, 2018, 6:43pm
2
Maybe tell where your data will be coming from and how long your lists will be. Will it be always the same number or will length of lists vary.
there are estimate 50 items in list and i can save it in textbox like this
and data is always same
and length of list not verry
Peter
(Moderator)
November 27, 2018, 7:09pm
4
Where is your data coming from in other words how is the list assembled.
Data is not comming from anywhere.
I add this data list to block.
I will create a variable and attach a text box to it containing data.
And still i have not assembled list.
Let see an example
I have this data in a variable 1,2,3 /n 2,3,4 /n 5,3,2… And so on
Now in a procedure i want this data to calculate something. I want to create a loop like first i want to work with 1,2,3 then with 2,3,4 then with 5,3,2 and so on
Vaibhav
(Vaibhav)
November 28, 2018, 2:50am
6
If I understood it right, then one way that I think of is
And the result, I got using a list view is (Used the list view just to show the separated elements properly)
Hope this is what you want
Good work.
Till split text it is ok. But after split i want to set 1,2,3 into a different variable
Vaibhav
(Vaibhav)
November 28, 2018, 4:56am
8
See the picture above. Likewise you can do for second and third element
1 Like
system
(system)
Closed
December 28, 2018, 7:53am
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.