Hello,
I'm wondering if there's a way to intialize buttons to some value when they are in ordered numerically.
For example,
Button1.Text
Button2.Text
Button3.Text
etc
Is there a way to initalize these in a loop
i.e. Button(i).Text =
or
Concatenate the part before the .text
I appreciate any help.
Thanks
I'm wondering if there's a way to intialize buttons to some value when they are in ordered numerically.
For example,
Button1.Text
Button2.Text
Button3.Text
etc
Is there a way to initalize these in a loop
i.e. Button(i).Text =
or
Concatenate the part before the .text
I appreciate any help.
Thanks