Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Issue: CAST numeric to Char return Double format
Message
From
04/01/2005 12:13:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Issue: CAST numeric to Char return Double format
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00974121
Message ID:
00974121
Views:
49
CLEAR
x=235.344
FOR k=1 TO 50
  x = x/10
? CAST(m.x AS N(6,2)), CAST(CAST(m.x AS N(6,2)) AS V(50))
NEXT
Well. 1E-30 it is a limit for the conversion ruotines.

Fabio
Reply
Map
View

Click here to load this message in the networking platform