<div class="gmail_quote">On Mon, Jan 25, 2010 at 12:25 AM, Jason Snyder <span dir="ltr">&lt;<a href="mailto:jmssnyder@ucdavis.edu">jmssnyder@ucdavis.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<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" target="_blank">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></blockquote><div><br></div><div>This is usually a confusing aspect of grads to many newcomers. The grads script language and the expression parser are separate, they do not share the same namespace. For example, when you say</div>
<div><br></div><div>dtx.count=U</div><div><br></div><div>you are mixing namespaces. U belongs to expression parser namespace while dtx.count belongs to the script namespace; this is not allowed. </div><div><br></div><div>
    Arlindo</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Thanks,</div>
<div> </div><font color="#888888">
<div>Jason</div>
</font></blockquote></div><br><br clear="all"><br>-- <br>Arlindo da Silva<br><a href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a><br>