<div>I am working with compound variables as described in the below website:</div>
<div> </div>
<div><a href="http://www.iges.org/grads/gadoc/script.html#while">http://www.iges.org/grads/gadoc/script.html#while</a></div>
<div> </div>
<div>Here is the script:</div>
<div> </div>
<div>&#39;xdfopen uninan.ctl&#39;<br>&#39;set gxout shaded&#39;<br>&#39;set t 1&#39;<br>&#39;define temp=U&#39;<br>i=1<br>count=1<br>While(i&lt;5)<br>    count=count+2<br>    say count<br>   &#39;set t &#39;i<br>    dtx.count=U<br>
   &#39;d dtx.count&#39;<br>    i=i+1<br>endwhile<br></div>
<div>How do I display the compound variables or make calculations w/ them?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Jason</div>