Hello All,
Is there a way to count the items in a ListBox? I am trying to populate text fields but the info is not always the same size so i get an (List index out of bounds) error. I would like to be able to count the items in the list then have a for loop to fill in the containers until the list box number is reached.
Thanks in advance,
Shotski
Is there a way to count the items in a ListBox? I am trying to populate text fields but the info is not always the same size so i get an (List index out of bounds) error. I would like to be able to count the items in the list then have a for loop to fill in the containers until the list box number is reached.
Thanks in advance,
Shotski
Comment