How display specific column values from Listview?
Here is my BLOCK:
Something missing
I did Like this and it's working, I just wondering is it ok using like this or there is another way to make easier?
returns:
returns
returns
Important to note that the list items displayed are strings, you lose the list formatting when you display a list of lists in a listview. A listview selection will return a string, including the rounded brackets.
returns
On selection of a listview item, if you want to return a specific value, then it is easiest to return to the originating list and get the value using the listview's selection index. Here is shown how to return the name from the listview item selected
returns
I have used a local variable to set the listview elements. You can use a global variable instead.
@TIMAI2 thank you very much!
I've question?
Let's assume in GOtText
There are multiple
select list index 1, index2, index3...
I would like display selected list index2, So how I can display by using Listview1.Elements=>
In my case I did like this What do you think is it ok can I use or it's wrong ?
Well, did you try it ? Did it work for you ?
yes I did, it's working!
Is there a way for MIT App to randomly return only one of these list items? Thank you!
Use the random number Maths block to select a list item index.