<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Piotr,<br><br>Try this script that I found from Grads20 a2.3, it may help you. <br>============<br>* Plots a string using current attributes<br>* at "clicked on" position. String can be provided<br>* as an argument or will be prompted for <br>*<br>function string (args)<br> if (args='') <br> say 'Enter string:'<br> pull args<br> endif<br> say 'Click where you want the string'<br> 'query bpos'<br> x = subwrd(result,3)<br> y = subwrd(result,4)<br> 'draw string 'x' 'y' 'args<br>=============================<br><br>Emily<br>--- On <b>Thu, 10/15/09, Piotr Djaków <i><pdjakow@GMAIL.COM></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Piotr Djaków
<pdjakow@GMAIL.COM><br>Subject: Re: DISPLAY SINGLE VALUE<br>To: GRADSUSR@LIST.CINECA.IT<br>Received: Thursday, October 15, 2009, 3:00 PM<br><br><div id="yiv256432889"><br><br><div class="gmail_quote">2009/10/15 Ruben G. C <span dir="ltr"><<a rel="nofollow" ymailto="mailto:rubensinho@gmail.com" target="_blank" href="/mc/compose?to=rubensinho@gmail.com">rubensinho@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Hi, the gxout grid command is useless for my purpose because it just give to me the value in the grid point coordinate. If I want the value for a point that is, let's say, to the right or to the left or between two grids points How can I deploy this single value on a map?<br>
<br></blockquote></div><br>Set Lat,Lon to specific value ie.<br><br>'set lat 51'<br>'set lon 17'<br><br>then<br><br>'define t2 = tmp2m-273.15'<br>'q defval t2 1 1'<br>TMP=subwrd(result,3)<br>
say TMP<br><br>Regards<br>Piotr Djakow<br><br>--<br><a rel="nofollow" target="_blank" href="http://www.gfspl.rootnode.net">http://www.gfspl.rootnode.net</a><br>
</div></blockquote></td></tr></table>