BigJimSlade
Registered User.
- Local time
- Today, 18:26
- Joined
- Oct 11, 2000
- Messages
- 173
Hello, Big Jime here.
Say I have this labels:
lblName1.Caption
I would like to reference it using variable strLabel:
strLabel = "lblName"
strLabel & "1" & ".Caption" = "Big Jim"
I would like to do this without using an array.
Thanks in advance!
Big Jim
Say I have this labels:
lblName1.Caption
I would like to reference it using variable strLabel:
strLabel = "lblName"
strLabel & "1" & ".Caption" = "Big Jim"
I would like to do this without using an array.
Thanks in advance!
Big Jim