Message "Operator not applicable to this operand type"
salut
le code suivant :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
|
var
a1,a2.......a11:string;
begin
a10:=2;
a1:=strtofloat (edit1.Text);
.
.
.
.
a11:=strtofloat (edit11.Text);
resultat:=(A5*a6*a7*a7*a8)div(a9*a10)+(a11*a6*a7*a7)div(a10); |
lorsque je fait la complication un massge affiche et le curseur arreter sur + dans la ligne de resultat:Operator not applicable to this operand type
1-pourqoi le message s'afficher
2-s'il possible une methode de declaration d'equation.
mercie mercie mercie