Hi All.
Appreciate if you might advise on the following question:
I have a template level user macros defined, i.e. {$MY_MACROS1}="foo".
For a particular host I need to declare a user macros with the same name {$MY_MACROS1}. And set it to the template level {$MY_MACROS1} value, concatenated with some host-wise string.
I.e., on host level: {$MY_MACROS1}={$MY_MACROS1}||" bar".
So I expect that on my host level the {$MY_MACROS1} will be resolved to value "foo,bar".
Appreciate if you might advise on the following question:
I have a template level user macros defined, i.e. {$MY_MACROS1}="foo".
For a particular host I need to declare a user macros with the same name {$MY_MACROS1}. And set it to the template level {$MY_MACROS1} value, concatenated with some host-wise string.
I.e., on host level: {$MY_MACROS1}={$MY_MACROS1}||" bar".
So I expect that on my host level the {$MY_MACROS1} will be resolved to value "foo,bar".
Comment