Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why won't return a value with Decimal Places ??
Message
From
23/01/2003 23:33:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Why won't return a value with Decimal Places ??
Miscellaneous
Thread ID:
00744962
Message ID:
00744962
Views:
57
Create Cursor Table1(Far L(1),Far2 N(10,2))

INSERT INTO Table1(Far,Far2) ;
VALUES (.T.,-201.12)

INSERT INTO Table1(Far,Far2) ;
VALUES (.F.,-10.62)

INSERT INTO Table1(Far,Far2) ;
VALUES (.T.,-101.72)

Clear
Select Table1
Go 2
?IIF(Far=.F.,Far2,0.00)

Wait 'Press Any Key To Continue ..... '

Select IIF(Far=.F.,Far2,0.00) as Far2 From Table1

My Question , Why the Far2 is return 11 instead of -10.62 ??

Any idea why ?? or anything i have miss out ??

Thanks a lot........
Next
Reply
Map
View

Click here to load this message in the networking platform