M-Dudek Posted February 21, 2006 Report Share Posted February 21, 2006 Witam serdecznie. Chciałem określić rekord np.TNowy = record nowy1 : string; nowy2 : string;I wiem, że rekordy określa się zaraz po słowie TYPE i tak robię ale kiedy chce skompilować i uruchomić program to wyskakuje mi taki błąd:Expected ':' but '=' found.I co ja mam zrobic...prosze pomóżcie... Link to comment Share on other sites More sharing options...
Iskar Posted February 21, 2006 Report Share Posted February 21, 2006 Pewnie nie dałeś na końcu end ; [code=Delphi] type TRec = record cosTam : Integer ; end ; [/code]Na przyszlosc - korzystaj z formatowania kodu Delphi. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.