May 30th, 1999, 02:39 AM
How do I muliply one currency variable with another. As when I do m_Amount = m_1 * m_2 it gives me :
binary '*' : no opera no operator defined which takes a right-hand operand of type 'class COleCurrency' (or there is no acceptable conversion)
It will add up properly m_1 + m_2, but will not multiply.
binary '*' : no opera no operator defined which takes a right-hand operand of type 'class COleCurrency' (or there is no acceptable conversion)
It will add up properly m_1 + m_2, but will not multiply.