<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>'xdfopen uninan.ctl'<br>'set gxout shaded'<br>'set t 1'<br>'define temp=U'<br>i=1<br>count=1<br>While(i<5)<br> count=count+2<br> say count<br> 'set t 'i<br> dtx.count=U<br>
'd dtx.count'<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>