Hi Hui,<br>
<br>
The problem is that you are displaying a single value<br>
within a script.... and this doesn't work. Add these<br>
lines to solve your problem:<br>
<br>
'd t20'<br>
val=subwrd(result,4)<br>
say 'my result is = 'val<br>
<br>
The trick is that the intrinsic function subwrd will get the 4th<br>
word in the result line, that is what 'd t20' should be writing.<br>
After that you can &quot;say&quot; the value.<br>
<br>
[]'s<br>
Henrique<br><br><div><span class="gmail_quote">On 9/30/05, <b class="gmail_sendername">Hui Du</b> &lt;<a href="mailto:huidu@ucdavis.edu">huidu@ucdavis.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>I have the following simple script:<br>'define<br>t20=aave(ave(t2,t=613,t=736),lon=230.505,lon=252.651,lat=28.4976,lat=46.6943)'<br><br>'d t20'<br>by the way, I have opened my data, when I run this script, there was no
<br>any output However, when I type them in the command prompt, I could get<br>the result.<br>**************************************************************************<br>ga-&gt; define<br>t20=aave(ave(t2,t=613,t=736),lon=
230.505,lon=252.651,lat=28.4976,lat=46.6943)<br><br>Averaging. dim = 3, start = 613, end = 736<br>Define memory allocation size = 4 bytes<br>Name already DEFINEd: t20. Will be deleted and replaced.<br>ga-&gt; d t20<br>Result value = 
279.774<br>***********************************************************************<br>Has anybody had this kind of problem?<br>Any help will be appreciated.<br>Thanks a lot<br>Hui<br></blockquote></div><br>