返回宏的值

sgnarkhede2016sgnarkhede2016 MemberPosts:152Contributor II
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

Answers

  • kaymankayman MemberPosts:662Unicorn
    use the concat function, like this :

    concat(%{scenario},"_",%{iteration})
Sign InorRegisterto comment.