|
I tend to use FormatNumber when working with prices or if you want to add the currency symbol to it and work with it like currency then you should convert it into a currency data type with CCur.
Sorry, I forgot to say that if you are wanting to put it into an integer then your experience is correct - integer types are all whole numbers, double and long integer types can have decimal places. So if you need to work with the decimals then you'd be better off working with something other than an integer.
__________________
Web Site Owner's Resource - Please login or register to view this content. Registration is FREE
Last edited by Tiggy; 12-20-2004 at 09:03 PM..
Reason: Afterthought
|