procedure TForm1.Button1Click(Sender: TObject);
begin
i := 0;
Edit1.Text := (i + 1);
When i click the button i want it to count "score", so everytime i click it will go 1,2,3... so on
when i try to compile it says [Pascal Error] Unit1.pas(32): E2010 Incompatible types: 'string' and 'Integer'


LinkBack URL
About LinkBacks






Reply With Quote
