C
CraigLearningCSharp
I would like to have a variable which automatically indexes ever time I add a
new group.
For Example, I have a repeating group of text boxes representing people:
[(Name),(Age),(sex)]. Each time I add a new 'people group' I'd like to have
an index appear to it that tells me the number....just like the row/line
number values in excel.
Now, my person would look like [(index),(Name),(Age),(sex)]. Each time I add
a new person, the index will increment.
I can not figure out how to do this?
new group.
For Example, I have a repeating group of text boxes representing people:
[(Name),(Age),(sex)]. Each time I add a new 'people group' I'd like to have
an index appear to it that tells me the number....just like the row/line
number values in excel.
Now, my person would look like [(index),(Name),(Age),(sex)]. Each time I add
a new person, the index will increment.
I can not figure out how to do this?