Ken
08-31-2005, 03:37 PM
When I pass parameters to a function, what order or when are the parameters evaluated. For instance, if I have the following parameters what are my dependencies...
MY_MACRO1 "Some Name"
MY_MACRO2 %MY_MACRO1%
MY_MACRO3 %MY_MACRO2%
Will MY_MACRO3 be set to "Some Value" when the calling function accesses the macro "MY_MACRO3"?
In general, what will I run into here when I try and do this type of code? :)
Ken
MY_MACRO1 "Some Name"
MY_MACRO2 %MY_MACRO1%
MY_MACRO3 %MY_MACRO2%
Will MY_MACRO3 be set to "Some Value" when the calling function accesses the macro "MY_MACRO3"?
In general, what will I run into here when I try and do this type of code? :)
Ken