Decimal Type variable decleration in AX

arindam
arindam Member Posts: 176
edited 2009-07-29 in Dynamics AX
Hi All,

Can I define decimal type variable in AX ? I do not want to use real datatype.

I am using an external dll where I need to pass an input value which is decimal in the dll. So I need to pass on decimal type variable for that.

I tried to use a variable of "System.Decimal" type. I can successfully assign the variable. But I do not know how to assign value to the "System.Decimal" type variable in AX.

Please advice me the best way to solve this issue.

Thanks in advance.

Arindam