Re: [fpc-pascal] Error:Operator Is not oberloaded in Free pascal

2014-06-18 Thread mokashe.ram
Thanks, Now i got where did i made misake it should be *if terminal_bonus[1] > 0 then* thanks Sud -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Error-Operator-Is-not-oberloaded-in-Free-pascal-tp5719614p5719620.html Sent from the Free Pascal - General ma

Re: [fpc-pascal] Error:Operator Is not oberloaded in Free pascal

2014-06-18 Thread mokashe.ram
Thanks Jonas, But already THis code is running in Turbo pascal and i am migrating TP application to Free pascal. so please suggest the solution. Thanks -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Error-Operator-Is-not-oberloaded-in-Free-pascal-tp5719

Re: [fpc-pascal] Error:Operator Is not oberloaded in Free pascal

2014-06-18 Thread Jonas Maebe
On 18 Jun 2014, at 09:14, mokashe.ram wrote: can any one help me on below issue, as in have one variable of type ARRAY, see below * bonus_details_record = RECORD terminal_bonus : ARRAY[1..2] OF REAL;* IF terminal_bonus > 0 THEN* as above statement is

[fpc-pascal] Error:Operator Is not oberloaded in Free pascal

2014-06-18 Thread mokashe.ram
Hi EveryOne, can any one help me on below issue, as in have one variable of type ARRAY, see below * bonus_details_record = RECORD terminal_bonus : ARRAY[1..2] OF REAL;* IF terminal_bonus > 0 THEN* as above statement is possible in Turbo pascal