ap
-
2/13/2013 2:53:33 PM
Nested custom macro
Hello. I have created a custom macro called DocAssetFormName which also excepts a parameter called docid. when i use the following code:
{% ProcessCustomMacro("DocAssetFormName", "|(DocId)148787") %}
it works fine (because there is no nested macro) however when I do this:
{% ProcessCustomMacro("DocAssetFormName", "|(DocId){(1)?DocId?(1)}") %}
the part {%DocId%} does not resolve to the actual parameter value stored in DocId.
Thank you. Akash
|