#1
|
|||
|
|||
Upgrading from 5.7 to 6.2a and Nested Macros
I'm attempting to upgrade from version 5.7 to version 6.2a and I'm having a problem with nested macros. I have the following:
%%["TESTPCPASSWORD"+"%SHORTNAME%"]%% Previously, it would evaluate to %TESTPCPASSWORD_<value of SHORTNAME>%, which would then be evaluated. For example, if SHORTNAME evaluated to XYZ, the macro to be evaluated would be %TESTPCPASSWORD_XYZ% which would then be evaluated itself. I can get to the stage of %TESTPCPASSWORD_XYZ%, but this does not get evaluated. How do I structure this to get it to work for 6.2a? Julia |
|
|