[fpc-other] new to pascal

Francois Schoubben fsc at info.fundp.ac.be
Sun Nov 14 18:41:49 CET 2004


tigerbalm wrote:
> Hallo Everybody!
> 
>  
> 
> I am new to pascal since a few days but not to programming. This code 
> gives an errormessage when I try to compile it. Can anyone explain why?
> 

For type declaration, you need a =, not a :...

So, the 3rd and 4th line must be

Type
   StringArray = Array of String;

-- 
F.



More information about the fpc-other mailing list