<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>*&nbsp; Plots a string using current attributes<br>*&nbsp; at "clicked on" position.&nbsp; String can be provided<br>*&nbsp; as an argument or will be prompted for <br>*<br>function string (args)<br>&nbsp; if (args='') <br>&nbsp;&nbsp;&nbsp; say 'Enter string:'<br>&nbsp;&nbsp;&nbsp; pull args<br>&nbsp; endif<br>&nbsp; say 'Click where you want the string'<br>&nbsp; 'query bpos'<br>&nbsp; x = subwrd(result,3)<br>&nbsp; y = subwrd(result,4)<br>&nbsp; 'draw string 'x' 'y' 'args<br>=============================<br><br>Emily<br>--- On <b>Thu, 10/15/09, Piotr Djaków <i>&lt;pdjakow@GMAIL.COM&gt;</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
 &lt;pdjakow@GMAIL.COM&gt;<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">&lt;<a rel="nofollow" ymailto="mailto:rubensinho@gmail.com" target="_blank" href="/mc/compose?to=rubensinho@gmail.com">rubensinho@gmail.com</a>&gt;</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&nbsp; 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>