The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"To delete a macro variable."
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
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
0
Answers
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