Dove sbaglio?codice:procedure TForm1.btControllaClick(Sender: TObject); begin while ( txtNome.Text ) Begin If ( txtNome.Text == "a" ) then Begin a_count := a_count+1; End else Begin a_count := a_count-1; End txtA.Text := (String) a_count; End end.
Dove sbaglio?codice:procedure TForm1.btControllaClick(Sender: TObject); begin while ( txtNome.Text ) Begin If ( txtNome.Text == "a" ) then Begin a_count := a_count+1; End else Begin a_count := a_count-1; End txtA.Text := (String) a_count; End end.
La stupidità umana e l'universo sono infinite.
Della seconda non sono certo(Einstein)
Gnu/Linux User