Dear all,<br><br>I found it, Thank you anyway.<br><br>if (a&gt; b)<br>
&#39;define c= b&#39;<br>
else<br>
&#39;define c= a&#39;<br>
endif<br>
&#39;define d=c/b&#39;<br><br>Regards,<br><br>Serge<br><br><br><div class="gmail_quote">On Thu, Jul 7, 2011 at 12:40 AM, Rafanoharana Serge Claudio <span dir="ltr">&lt;<a href="mailto:rafanoharana@gmail.com">rafanoharana@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Dear all,<br><br>My file contains 2 variables a and b. I have the following condition:<br><br>if a&gt;b =&gt; c=b<br>if a&lt;b =&gt; c=a<br>
<br>so: d=c/b<br><br>in my .gs file, I tried:<br><br>&#39;!if (a&gt; b)&#39;<br>&#39;c= b&#39;<br>
&#39;!else&#39;<br>&#39;c= a&#39;<br>&#39;!endif&#39;<br>&#39;define d=c/b&#39;<br><br>but it gives syntax error.<br><br>Then I tried to define the c like:<br><br>
&#39;!if (a&gt; b)&#39;<br>
&#39;define c= b&#39;<br>
&#39;!else&#39;<br>
&#39;define c= a&#39;<br>
&#39;!endif&#39;<br>
&#39;define d=c/b&#39;<br><br>Again, syntax error.<br><br>ERROR:<br>sh: -c: line 1: syntax error: unexpected end of file<br>sh: -c: line 0: syntax error near unexpected token `else&#39;<br>sh: -c: line 0: `else&#39;<br>sh: endif: command not found<br>

<br><br>Thank you in advance,<br><br><br>Best regards,<br clear="all"><br>-- <br><font color="#888888">Serge<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Serge<br>