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 Wanet Telecoms Ltd 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: *

  • Users: Andy650
  • Content: Threads
  • Order by date
  1. Andy650

    Delphi 2005 Floating Point operations on Vista-64

    I have a Delphi 9.0 (2005) application that calls the following simple code (sanitized for ease of explanation)... procedure MyProc; var myNumber: Extended; // tried Real here also myString: String; begin myString := '9.04'; myNumber := strToFloat(myString)...

Part and Inventory Search

Back
Top