Heh :) Looking at the DRL, I spotted it:<br><br><font face="sans-serif" size="2">&gt; rule <b>&quot;</b>Allocation Rules_10<b>&quot;</b></font>
<br><font face="sans-serif" size="2">&gt;       when</font>
<br><font face="sans-serif" size="2">&gt;         
      $s:Student(marks == <b>&quot;</b>60&quot;, age ==
&quot;20&quot;)</font>
<br><font face="sans-serif" size="2">&gt;         
      $c:College(ranking == &quot;A&quot;, location
== &quot;Mumbai&quot;)</font>
<br><font face="sans-serif" size="2">&gt;        then<br><br>Up there, all quotes are ASCII quotes, code point U+0022. <br></font> <br><font face="sans-serif" size="2">&gt;         
      $s.setDepartment(“Maths”);</font>
<br><font face="sans-serif" size="2">&gt;         
      $c.setStatus(“NA”);<br><br>But in your spreadsheet you have one of the several other quotation marks as defined by the unicode standard, the one the authors of your spreadsheet program deemed fit to be sneaked in when you hit shift-2 (or whatever, depending on your keyboard).</font><br>
<br><div class="gmail_quote">On 25 August 2011 16:21, FrankVhh <span dir="ltr">&lt;<a href="mailto:frank.vanhoenshoven@agserv.eu">frank.vanhoenshoven@agserv.eu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Shouldn&#39;t marks and age be integer values and not Strings?<br></blockquote><div>No, these are converted automatically.<br><br>-W<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/rules-users-no-subject-tp3280773p3283990.html" target="_blank">http://drools.46999.n3.nabble.com/rules-users-no-subject-tp3280773p3283990.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>