To Whom it May Concern,<br> <br>I tried posting onto onto the GRADS users group website and cannot access it so I decided to post my question here.<br> <br>I am trying to do the while loop with the script below:<br> <br>&#39;sdfopen <a href="http://uwndavg2001.nc">uwndavg2001.nc</a>&#39;<br>
count=1<br>while (count &lt; 10)<br>    &#39;set t &#39;count<br>    &#39;define uwndavg&#39;<br>count = count + 1 <br>endwhile<br> <br>however, I keep getting this error when running this script:<br> <br>unable to locate ENDWHILE statement for the WHILE statement at line 3.  I have endwhile statement so I am not sure what is going on with this script.  Can you help me with it?<br>
 <br>Thanks,<br> <br>Jason<br> <br> <br>