I am trying to get the name of an item in a listbox using code, sort of like this…
for x = 0 To mylistbox(1).RowCount - 1
msgbox mylistbox(1).item.text(x)
next x
How do I do this in Xojo? Thanks.
3 posts - 3 participants
I am trying to get the name of an item in a listbox using code, sort of like this…
for x = 0 To mylistbox(1).RowCount - 1
msgbox mylistbox(1).item.text(x)
next x
How do I do this in Xojo? Thanks.
3 posts - 3 participants