K, most of you might have already known this, but I just figured it out:
There is no currency datatype anymore in .NET, but you don't have to use Double's to get hte same effect.
Instead, the currency datatype has been replaced with the decimal datatype. Thats the one to use for any money calculations, etc.
Jack
There is no currency datatype anymore in .NET, but you don't have to use Double's to get hte same effect.
Instead, the currency datatype has been replaced with the decimal datatype. Thats the one to use for any money calculations, etc.
Jack