<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Ok, <br>I have never seen such continuation character in Grads. This is the reason by which I use % to concatenate lines in a huge command. Anyway, it works, although the command is not so clear in the script as it is in Fortran.<br><br>Greetings,<br>Ricardo<br><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>De: </b>"Jeff Duda" &lt;jeffduda319@gmail.com&gt;<br><b>Para: </b>"GrADS Users Forum" &lt;gradsusr@gradsusr.org&gt;<br><b>Enviadas: </b>Segunda-feira, 31 de Março de 2014 15:09:33<br><b>Assunto: </b>Re: [gradsusr] Continuation character in scripting language?<br><br><div dir="ltr"><div><div><div><div><div><div>No, that's not what I'm looking for.&nbsp; That's the concatenation operator.&nbsp; I'm looking for a symbol that can extend very long command lines across multiple lines of text. <br>
<br>For example,<br><br></div>script command<br></div>script command<br></div>'define var'<br>'define var2'<br></div>'define var3 = function of var1 + function of var 2 + function of other vars + function of other script variables + function of vars squared + other terms + more other terms + more more other terms ...'<br>
<br></div>I'd want to be able to put the above line on multiple lines of text instead of leaving it all on one.<br><br></div>Jeff<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 31, 2014 at 1:01 PM, Ricardo Hallak <span dir="ltr">&lt;<a href="mailto:ricardo.hallak@iag.usp.br" target="_blank">ricardo.hallak@iag.usp.br</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif">Hi Jeff,<br><br>hope this is what you are looking for:<br>
<br>For very large commands, you can concatenate strings:<br><br>string1="averylargecommand_1"<br>string2=" averylargeciommand_2"<br><br>'d 'string1&amp;string2<br><br>You have to manipulate blank spaces and quotes properly.<br>
<br>Hope this helps,<br>Ricardo<br><br><hr><blockquote style="padding-left:5px;font-size:12pt;font-style:normal;margin-left:5px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;font-weight:normal;border-left:2px solid rgb(16,16,255)">
<b>De: </b>"Jeff Duda" &lt;<a href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>&gt;<br><b>Para: </b>"GrADS Users Forum" &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
<b>Enviadas: </b>Sexta-feira, 28 de Março de 2014 18:36:14<br><b>Assunto: </b>[gradsusr] Continuation character in scripting language?<div><div class="h5"><br><br><div dir="ltr"><div><div>Hello,<br></div>Is there a continuation character in the Grads scripting language (i.e., something analogous to the &amp; character for FORTRAN)?<br>
<br></div>Jeff Duda<br clear="all"><div><div><div>
<br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br>
</div></div></div></div>
<br></div></div>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote><br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br>
</div>
<br>_______________________________________________<br>gradsusr mailing list<br>gradsusr@gradsusr.org<br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote><br></div></body></html>