🎉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

"To delete a macro variable."

User: "Shubha"
New Altair Community Member
Updated by Jocelyn
Hi,

How do we delete a macro variable created in RM?

Also, once the run of a an XML file is complete, and if I create a loop to rerun the same again, the %{a} takes a contnued value and does not start from 1 for my new run of the XML file. How do i get the %{a} to take from 1 in the second loop of the XML run?

Thanks,
Shubha

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    Hi Shuba,
    macros aren't persistent over process executions. Especially the apply count macro %{a} is filled each time the operator is executed. If it would not be set back to 0, then the status bar would show the same error and the apply count shown there would not start with 1.

    Greetings,
      Sebastian