Skip to Content
0
Jun 24, 2020 at 01:58 PM

How can I emphasize an impex macro if it is part of a string?

69 Views

We can do something like this:

$prefix=alpha
$contentCatalog=$prefixContentCatalog

... and $contentCatalog will return "alphaContentCatalog".

Can I make the macro more explicit with something like:

$contentCatalog={$prefix}ContentCatalog

... so that I can immediately see that the macro is $prefix? Is there a syntax for this?