|
-
Oct 2nd, 2012, 03:17 PM
#1
Thread Starter
Member
[RESOLVED] Is this possible?
Is it possible to replace "button1.backcolor" or just "button1" in this code with a variable(which will contain a buttons name):
private sub()
button1.backcolor = color.blue
end sub
So instead the code would be :
private sub()
variablename = color.blue
end sub
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|