[lazarus] Problem with FPC

Cliff Baeseman Cliff.Baeseman at Greenheck.Com
Thu Apr 22 10:31:58 EDT 1999


I have not seen this yet but then again I haven't tried any heavy nesting
yet.

Cliff

-----Original Message-----
From: Shane Miller [mailto:SMiller1 at stvgb.org]
Sent: Thursday, April 22, 1999 9:24 AM
To: lazarus at miraclec.com
Subject: [lazarus] Problem with FPC


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.

Shane



_________________________________________________________________
     To unsubscribe: mail lazarus-request at miraclec.com with
                "unsubscribe" as the Subject






More information about the Lazarus mailing list