I have a text delimited by commas and I need to convert it into a combo box.
The text is as follows: dim colors as string = “Green, Red, Black”
The combo box must contain the list of colors
list combo box:
Green
Net
Black
Thanks
I have a text delimited by commas and I need to convert it into a combo box.
The text is as follows: dim colors as string = “Green, Red, Black”
The combo box must contain the list of colors
list combo box:
Green
Net
Black
Thanks
so what have you attempted ?
show us that you have tried something, and we will help guide you to a working solution…
another thing is to learn from related questions (especially one that you yourself asked, and had answered)
https://forum.xojo.com/46571-tags-to-popupmenu/p1#p378000