<div dir="ltr">You are right, my bad.<br><br>I wrote it <br>if (not Key in ['a'..'z']) then<br><br>Rather then<br>if not (Key in ['a'..'z') then <br><br>In lazarus under OnKeyPress.<br><br>Now it works properly. However it seems like the not is for the "in" rather then the key if it inside the pertness. <br>

<br><br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
<br><br><div class="gmail_quote">On Mon, Dec 7, 2009 at 3:07 PM, Jonas Maebe <span dir="ltr"><<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>></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;">

<div class="im"><br>
On 07 Dec 2009, at 14:01, ik wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm using FPC 2.5.1 and I'm trying to do the following:<br>
<br>
if not (Char in ['a'..'z'])<br>
<br>
however fpc gives me an error of type mismatch for the "in" directive. Why<br>
can't I use the in directive on a char ?<br>
</blockquote>
<br></div>
You made a mistake somewhere. *Always* post a source snippet that should be compilable when asking about compilation problems.<br>
<br>
<br>
Jonas<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div><br></div>