Book a Demo

Author Topic: Bug? %paramName% does not work for me  (Read 3477 times)

angel-o-sphere

  • EA User
  • **
  • Posts: 112
  • Karma: +0/-0
    • View Profile
Bug? %paramName% does not work for me
« on: March 11, 2004, 07:01:34 am »
Hi,

I use tagged values to customize code generation of some operations.

When I try to access the operations parameters using this syntax: %list="Parameter" @separator=", "%
it works fine, but thats not what I want.

When I use %list="paramName" @separator=", "% I get an empty string.

The complete template, used in "Operation Body" looks like this:

%if opTag:"forward-to" != ""%
   %opTag:"forward-to"%.%opTag:"forward-op"%
(%list="paramName" @separator=", "%);
\n}
%endTemplate%

Someone can point out if I do something wrong or if there is a bug?

Regards,
  angel'o'sphere