|
-
Jan 30th, 2001, 04:19 AM
#1
Thread Starter
New Member
I don't know how to copy, for example, a command button to another command button. This is what I want to do
command1 = command2
1- to copy the pointer of command2 to command1
2- just to copy the contents of command2 to command1
How can I do this two things?
Thanks
-
Jan 30th, 2001, 04:30 AM
#2
Lively Member
Use "SET" (Set command1 =/as Command2)
To add new commandbuttons, you should use an array (Command(1)) and then LOAD.
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
|