View Single Post
  #1  
Old 08-31-2005, 03:37 PM
Ken Ken is online now
Registered User
 
Join Date: 05-08-2003
Posts: 20
Parameter Evaluation Order

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
Reply With Quote