Código Delphi
[-]label1.Caption := inttostr(StrtoInt(edit1.text) * strtoint(edit5.Text) / 100)
Me salta este error:
"[DCC Error] Unit1.pas(50): E2250 There is no overloaded version of 'IntToStr' that can be called with these arguments"
Lo del porcentaje es un porcentaje fijo para cada item...por eso digo que sera asi, igual tomare tu sugerencia.
Si le quito el InttoStr me salta este error:
[DCC Error] Unit1.pas(50): E2010 Incompatible types: 'string' and 'Extended'