Thread: Nested macros
View Single Post
  #1  
Old 08-10-2006, 11:08 AM
autodesk autodesk is online now
Registered User
 
Join Date: 07-19-2006
Posts: 10
Nested macros

I have multiple macros that start with the same prefix "Shared_". For example: Shared_1, Shared_2, Shared_3

I have another macro (named "Num") that contains the postfix that I would like to work with. For example Num = 1 - 3. Let's assume Num=1 for now.

To reference the value of Shared_1 we use %Shared_1%. What can I use to reference the value of Shared_%Num% (which in this case is the value of Shared_1)?

Thank you!

Nabil
Reply With Quote