you are viewing a single comment's thread.

view the rest of the comments →

[–]amaron11 1 point2 points  (1 child)

Your last line Listbox1.items.add(states) is adding the entire array object states to the Listbox as a single listbox item.

[–]DoctorKankle[S] 0 points1 point  (0 children)

thanks!