I was wondering how you would go about filling a ListBox with a bunch of variables, instead of just lines of text, using the Items component. something like...
ListBox1->Items=names[]
This is a discussion on filling a ListBox with variables, not just text? within the C++ Programming forums, part of the General Programming Boards category; I was wondering how you would go about filling a ListBox with a bunch of variables, instead of just lines ...
I was wondering how you would go about filling a ListBox with a bunch of variables, instead of just lines of text, using the Items component. something like...
ListBox1->Items=names[]
If your talking about putting numbers and stuff into the listbox, then you just convert the variables into a string, and display it as you normally would. Your question is kind of vague though.