Click to See Complete Forum and Search --> : Why COleCurrency does not support operator * (double dValue) const?


royercomp
April 24th, 1999, 03:24 AM
I want to use COleCurrency value to * 0.005,
How can I do this?

Convert COleCurrency to CString,
and then contvert the string to double,
then * 0.005?