[lazarus] Problem with FPC (fwd)

Peter Vreman pfvreman at wins.uva.nl
Thu Apr 22 17:05:40 EDT 1999


At 20:31 22-4-99 , you wrote:
>Hello,
>
>The lazarus people seem to have bumped onto a bug.
>Can someone have a look at this, please ?
>
>I've noticewd a problem and am not sure if it's already known.
>
>If I do this:
>Memo1.Lines.LoadFromFile('name');
>I get a compiler error "Syntax Error := expected but . found" of character 12
>
>When I chagne it to
>with Memo1.Lines do
>LoadFromFile('Name');
>
>it works.  Seems to be a problem with accepting more that one '.' in a 
>statement.
If Memo1.Lines is a property, then it has been fixed already in the latest 
snapshots.









More information about the Lazarus mailing list