<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Dear Jeff and Bill,</p>
<p>Thanks for the advice, but it still did not work.  I did not have any tabs to start with. 
<br>
</p>
<p>It turns out I first wrote this in Word and then pasted into a text file on the computer.  The minus sign was converted into a long - sign in Word, and grads did not like that.  I also made sure all the ' were not the fancy ones.  Then it ran.<br>
</p>
<pre class="moz-signature" cols="72">Alan


</pre>
<div class="moz-cite-prefix">On 6/26/19 3:53 PM, Bill Reilly wrote:<br>
</div>
<blockquote type="cite" cite="mid:e1552d96-aee1-26bf-0df9-ffbd9f8c7061@compuserve.com">
<font face="Arial">Alan:<br>
<br>
Tabs are not allowed... Replace the tabs with 2 spaces... Try this:</font><br>
<br>
<font face="Courier New, Courier, monospace">i = 1<br>
tp = 9.8<br>
while ( i <= 8 )<br>
?? tp = tp ??? ( i - 1 ) * 1.2<br>
?? bot = tp ??? 1.2<br>
?? j = 1<br>
?? left = 0.5<br>
?????? while ( j <= 5 )<br>
?????? left = left + ( j - 1 ) * 1.5<br>
?????? rt = left + 1.5<br>
?????? ???set vpage' left rt?? bot tp<br>
?????? e = (i-1)*5 + j<br>
?????? ???set E??? e<br>
?????? 'set grads off'<br>
?????? ???d ensmn???e ???- tale5yrmn.2???<br>
?????? ???draw title DPLE ensemble anomaly??? e<br>
?????? j = j + 1<br>
?? endwhile<br>
?? i = i + 1<br>
endwhile</font><br>
<br>
<font face="Arial">Try this and see if it works.<br>
<br>
Regards,<br>
<br>
Bill</font><br>
<br>
<pre class="moz-signature" cols="72">--

Bill Reilly

(+34) 686-110-748

<a class="moz-txt-link-abbreviated" href="mailto:bill@passageweather.com" moz-do-not-send="true">bill@passageweather.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.passageweather.com" moz-do-not-send="true">www.passageweather.com</a>

<a class="moz-txt-link-abbreviated" href="mailto:bill@brwebworks.com" moz-do-not-send="true">bill@brwebworks.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.brwebworks.com" moz-do-not-send="true">www.brwebworks.com</a> 

</pre>
<div class="moz-cite-prefix">On 26/06/2019 23:27, Alan Robock wrote:<br>
</div>
<blockquote type="cite" cite="mid:8eee387f-e6bf-c290-c7de-23e6b65601d9@envsci.rutgers.edu">
<pre class="moz-quote-pre" wrap="">Hi,

I am having trouble with scripting language.?? My script is to write 
postage-stamp size maps on one page, and I call it postagescript.?? When 
I try to run it I get:

ga-> run postagescript
Syntax Error
 ?? Error occurred on line 4
 ?? In file postagescript

Here is the script:

i = 1
tp = 9.8
while ( i <= 8 )
 ???? tp = tp ??? ( i - 1 ) * 1.2
 ???? bot = tp ??? 1.2
 ???? j = 1
 ???? left = 0.5
 ???? while ( j <= 5 )
 ???????? left = left + ( j - 1 ) * 1.5
 ???????? rt = left + 1.5
 ???????? ???set vpage' left rt?? bot tp
 ???????? e = (i-1)*5 + j
 ???????? ???set E??? e
 ???????? 'set grads off'
 ???????? ???d ensmn???e ???- tale5yrmn.2???
 ???????? ???draw title DPLE ensemble anomaly??? e
 ???????? j = j + 1
 ???? endwhile
 ???? i = i + 1
endwhile

Help.

</pre>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
gradsusr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
</body>
</html>