返回宏的值
Contributor II
inHelp
Hello,
I have two macro "%{scenario_1} and %{iteration}
I want to return in genrate attribute scenario parameter value like %{scenario_%{iteration}}
please help with syntax
I have two macro "%{scenario_1} and %{iteration}
I want to return in genrate attribute scenario parameter value like %{scenario_%{iteration}}
please help with syntax
0


Answers
concat(%{scenario},"_",%{iteration})