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
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
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
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