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 possible in Turbo pascal but In Free Pascal, I am geeting Below Error : Operator Is not oberloaded:'bonus_details_record.array[1..2] of real' >'shortInt'
That cannot work either in Turbo Pascal. You probably made a mistake somewhere.
Jonas _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal