Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Random C++ code? bug
Message
From
09/09/2009 12:28:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01423285
Message ID:
01423301
Views:
32
>>>Check "Visual FoxPro System Capacities" in Help. I guess the computations up to 15 digits can give the correct numbers.
>>
>>Sure, the numbers Fabio showed are beyond the system capabilities. But the point is, some of them give error messages, and some give only seemingly random results, without indicating, with any error, that something went wrong. Nothing you can trap with TRY for example.
>
>Right, I understood it - that's why I proposed to use numeric 20 instead and use a transform function.

numeric() is a fake.
It uses float64, with the 15 digits limit.
? CAST("22919090710007290" as N(20))=CAST("22919090710007299" as N(20))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform