#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
|
|