Tobias Giesen ha scritto:
if Length(AText) >= S then .....

Which line in masks.pas would this be? I would like to make the change
here manually, as it's not in the daily snapshot yet. It probably will
be tomorrow, right?

Thanks!


It's in line 350.
Length(AText) > S should be changed in
Length(AText) >= S

Regards

Giuliano


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to