🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

setting macros within a loop

User: "shoshan"
New Altair Community Member
Updated by Jocelyn
Hi All
I'm trying to extract macros within a loop and name them individually using the %{loop_value} macro
I then need to create an additional macro based on those macros. I'm using the Extract macro operator for all.
It seemed whenever I run my process and break it during the loop, the macros are formed correctly, but if I remove all breakpoints, the process fails and claims the loop macros were not created.
help anyone?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tftemme"
    New Altair Community Member
    Accepted Answer
    Ohh I realize it is probably not a problem with the iteration order, but that the macros can only exist during the current iteration of the loop when it is executed in parallel (otherwise macros would be overwritten). So after the Loop Values only one of the macros lives when you execute it in parallel. Different problem, same solution, disabling the parallel execution.