or stop using the local scope variables and speed things up a bit ?
void __fastcall Tx0y0::Button1Click(TObject *Sender)
{
Memo1->Clear();
Memo1->Lines->Add(Value2->Text.ToDouble() - Value1->Text.ToDouble());
Memo1->Lines->Add(Value3->Text.ToDouble() - Value1->Text.ToDouble())...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.