Re: "Declaration Expected"


[ Delphi Forum ] [ Delphi Tutorials -- by DelphiLand ]

Posted by Jeff Duff on September 04, 2003 at 16:28:03:

In Reply to: "Declaration Expected" posted by Jeff Duff on September 04, 2003 at 16:25:29:

Ack, hit tab and it pressed Send!

Anyway the errors are:

[Hint] test.pas(96): Value assigned to 'Secs' never used
[Hint] test.pas(74): Value assigned to 'intSeconds' never used
[Hint] test.pas(72): Value assigned to 'intHours' never used
[Hint] test.pas(71): Value assigned to 'intDays' never used
[Hint] test.pas(70): Value assigned to 'intWeeks' never used

[Error] test.pas(99): Declaration expected but identifier 'intSeconds' found >

[Error] test.pas(102): '.' expected but ';' found
[Fatal Error] test1.dpr(5): Could not compile used unit 'test.pas'


Related Articles and Replies:


[ Post Followup ] [ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]