Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select to integer
Message
 
To
09/10/2001 11:09:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00565961
Message ID:
00565978
Views:
21
What do you need to convert and how? For example you can use round(..,0), int() or ceil() for numeric fields having decimals. If you need to set field size, say to 10, then you can use something like 0000000000+round(..,0) (though it may fail for size of round(..) > 10).

>When SELECTing into a cursor, is there a way to convert to Integer? Int(MyNumericField) seems to create a field of type N(10).
>
>Hilmar.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform