[Slaps forehead]. As soon as I heard Vista-64 I started to overthink it with paranoia about flop issues. I'll try it on the client site next week but you gotta be right!
Like the old saying goes. If you hear hoofbeats - think horses not zebras.
Cheers fella!
(Smiles ruefully and packs up for...
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)...
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.