![]() |
Tecplot 10:Question about internal |LOOP| variable
Is there any way that you can change the interval that |LOOP| counts at in a macro? For instance, I want |LOOP| to go by 2's instead of 1's so I can read 2,4,6,8,10,12, etc.
Thanks. |
Re: Tecplot 10:Question about internal |LOOP| vari
Hi,
I think you can't change the increment for |LOOP|. However you can define an auxiliary variable |DUMMY| instead. $!Varset |DUMMY|=2 $!Loop NUMBER_OF_ITERATIONS #use |DUMMY| as a counter $!Varset |DUMMY|+=2 $!Endloop |
| All times are GMT -4. The time now is 07:06. |