Labeling (String Concat) Arrays - SOLVED!!!
Posted: 28 Jul 2014 12:44
Hey guys - little problem that's driving me nuts.
Constructing an object with a while loop, and having problems figuring out the correct syntax to iterate setting the labels against the array.
I know / remember someone posted this a while back but for the life of me I can't find it anywhere - nor can I seem to work it out from first principles . . . suspect my aching brain has been working on the thing too damn long to grok anything at all right now,
Some combination of a for loop within the while loop? I know it's that I'm not setting up an index . . . at least I think it is. Dammit.
[edit]
ie: I have an array of labels with 16 entries and I want to spray these across the 16 member-objects captured by the while loop - but all I'm getting is the first entry of the labels sprayed accross the entire object array. Using while loop so i can add to or subtract objects without crashing - portable y'see!
halp!!!????
Constructing an object with a while loop, and having problems figuring out the correct syntax to iterate setting the labels against the array.
I know / remember someone posted this a while back but for the life of me I can't find it anywhere - nor can I seem to work it out from first principles . . . suspect my aching brain has been working on the thing too damn long to grok anything at all right now,
Some combination of a for loop within the while loop? I know it's that I'm not setting up an index . . . at least I think it is. Dammit.
[edit]
ie: I have an array of labels with 16 entries and I want to spray these across the 16 member-objects captured by the while loop - but all I'm getting is the first entry of the labels sprayed accross the entire object array. Using while loop so i can add to or subtract objects without crashing - portable y'see!
halp!!!????