Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Oinbones

    AnsiString to double

    To convert an AnsiString into (long) Double the method AnsiString::ToDouble() is the right choice. The declaration of the method is (C++Builder Help) double __fastcall ToDouble() const; Consequently, the method returns a DOUBLE value. What you try by AnsiString Value# =...

Part and Inventory Search

Back
Top