Will running a Macro from within another macro allow the second macro use the first one's variables?
Example:
Macro A Starts
Variable x set
Macro B starts
Macro B uses x from Macro A
Macro B ends
Macro A ends
Will running a Macro from within another macro allow the second macro use the first one's variables?
Example:
Macro A Starts
Variable x set
Macro B starts
Macro B uses x from Macro A
Macro B ends
Macro A ends
Last edited by aiwasoundsystem; 12-05-2008 at 09:10 PM.
One generally passes it to the other. You can use Public variables if needed.
Case 1 example:
Case 2 Example:![]()
Please Login or Register to view this content.
At the top of a Module:
![]()
Please Login or Register to view this content.
Thanks for the info I'll give it a go and see how it goes. Just trying to clean up some code so I don't have to duplicate code. I'll mark this solved if it works out.
Thanks much!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks