O.P. RE: HELP - "foreach" command!
Actually, I think I get that bit now.
But I still have 2 questions:
1) I know that you can check if a particular ListViewControl entry is selected, using "LstView_GetSelectedState()", but can you get it so it checks the entire list, and returns the identifier of the selected item, rather than true or false for one entry? Or would that have to use the "for (s in test)" thing as well?
2) How can you add another item to an array, without having to use "variable[n]"? Can you do something like "variable += 'value'"?
|