Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm using TOS v.3.1.3 and facing an error with the multiply method :
In TMAP, i have created a variable with BigDecimal type.
In this variable, I am trying to do this simple operation : row3.myamount.multiply(1000) -- row3.myamount is a bigdecimal too.
But while i'm trying to use this code, i'm facing this error :
"The method multiply (BigDecimal) of BigDecimal type does not apply to arguments (int)"
Can someone help me ?
Thx in advance