Yet Another SCAR Question (combobox's and INI's this time)
Well, how would i go about populating a combo box with the values inside a INI?
I have it currently working, but it is hardcoded for a certain amount of items in the ini, i want to make it so that if sum1 goes and edits the INI file, those changes also show up in the combobox.
What i am thinking can work, but have no idea if its possible or how to implement it, is
Create a array with a undefined amount of spaces
let the array be populated until the end of section in INI is reached,
then populate the combobox with the array
is this possible, and how?
or can it be done any way else?
Well, thanks again for all the help villavu