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>Serge<br>