Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric overflow
Message
From
13/04/1999 12:32:15
 
 
To
13/04/1999 09:01:25
Larry Santos
Local Data System
Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00207749
Message ID:
00207853
Views:
11
I'm not sure I understand the question. You mean how to create a field with 4 or more decimal places? If so, you just have to specify the number of decimals you want in the decimal column in the modify structure form or specify N(10, 4) in a CREATE TABLE command. The first parameter specify the total lenght of the field (including the decimal point and the decimal part) and the second parameter specify the number of decimals.

HTH

>How to make decimal 2 the decimal 4 or more than 4?
Previous
Reply
Map
View

Click here to load this message in the networking platform