Hi
I am wanting to assign different macro variables to an array. With help from this forum, I have the assignment of the macro variable working in principle. However, I would like to change which macro variables are assigned to this array (i.e. "&adjust0904 &adjust0906" in the sample code below). I cannot figure out the code to get this working. Any ideas? Thanks!
Basically, the way you reference macro variables indirectly is to allow a "final" string to be resolved from multiple macro variable references. Consider the macro program at the bottom of this posting for an example of indirect macro references.