darkmastergyz
Registered User.
- Local time
- Today, 04:21
- Joined
- May 7, 2006
- Messages
- 85
Hi! I have a few objects:
txtLabel1
txtLabel2
txtLabel3
.
.
.
They're all are incrementing in that order, so is there a way I can do the
me.txtLabel[number here], through a variable.
so, for example, var_num = 3
me.txtLabel + var_num (except that doesn't work)
How can I do that? Thanks.
txtLabel1
txtLabel2
txtLabel3
.
.
.
They're all are incrementing in that order, so is there a way I can do the
me.txtLabel[number here], through a variable.
so, for example, var_num = 3
me.txtLabel + var_num (except that doesn't work)
How can I do that? Thanks.