<p>Am 17.06.2014 13:17 schrieb "Jonas Maebe" <<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>>:<br>
><br>
><br>
> On 17 Jun 2014, at 13:05, mokashe.ram wrote:<br>
><br>
>> Could Any one help me for fixing below error in free pascal. as i am tring<br>
>> to excute for loop in decemental order using 'DOWNTO' but its thwoing error<br>
>> 'Illeagal assignment to For Loop variable 'Counter' as this is possible in<br>
>> TP but in Free pascal its not working so is there any workaround for this?<br>
><br>
><br>
> You should probably compile the code with -Mtp to switch FPC into (mostly) TP-compatible mode. There are more differences between TP and FPC that you'll encounter otherwise.</p>
<p>As an alternative to the command line option -Mtp you can also add {$mode tp} at the top of the source file (before the uses-clause at least).</p>
<p>Regards,<br>
Sven</p>