|  | 
|  | 
| back to board | Free Pascal sucks again (+) Such code gets CE:
 bx:=ord(LowerCase(ch)[1])-96;
 
 You should use explicit typecast like that:
 
 bx:=ord(LowerCase(string(ch))[1])-96;
 
 Edited by author 01.01.2007 17:41
Re: Free Pascal sucks again (+) Download FreePascal 2.0.4 and have no problem... I did so!!! | 
 | 
|