|
[Sponsors] |
December 18, 2020, 09:40 |
Nested loop macro question in tecplot
|
#1 |
New Member
HAORAN LI
Join Date: Mar 2020
Posts: 6
Rep Power: 6 |
How to use nested loop in tecplot?
If there is only one LOOP, I can use |LOOP| in my program. But when Loops is nested up to two or more levels deep, if I still use |LOOP| in my program, how can tecplot distinguish which |LOOP| is for which LOOP level? A example of two or more loop level will be easily understood |
|
January 4, 2021, 15:20 |
RE: Nested loop macro question in tecplot
|
#2 |
New Member
John Connell
Join Date: Apr 2017
Posts: 7
Rep Power: 9 |
Hello,
In nested loops of the Tecplot macro language, the intrinsic |LOOP| variable is bound to the loop number of the inner-most loop. In order to reference the outer loop number, you'll need to save it as a variable. Here is an example macro of the inner and outer loops: #!MC 1410 $!LOOP 2 $!VARSET |OuterLoop| = |LOOP| $!LOOP 3 $!PAUSE "Outer Loop: |OuterLoop|\nInner Loop: |LOOP|" $!ENDLOOP $!ENDLOOP As always feel free to email us at suport@tecplot.com if you have any further questions. Thanks, John Connell Tecplot Support |
|
Tags |
loop, macro, tecplot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tecplot Question | Zurayk | Tecplot | 1 | March 27, 2007 21:23 |
Tecplot question (3d) | Jane | Tecplot | 3 | May 11, 2004 11:57 |
Tecplot question | jane luo | Tecplot | 4 | March 23, 2004 16:09 |
Tecplot question | mp | Tecplot | 2 | February 12, 2004 15:08 |
question about tecplot | hall | Tecplot | 1 | June 9, 2003 22:36 |