How do I left pad a Math Number data item
I know this has got to be something simple I'm missing, but I cannot figure it out and nothing I have tried to research has helped me.
I have a table converstion that I am working on and one of the data item is Salary but it needs to be left padded with no decimals (10 characters long).
So I have gotten the input and multiplied it by 100 to remove the decimals. Then I convert that Math_Numeric item into a string and left pad the string. I then convert that string (with leading 0) back into a Math Number variable but the leading 0 does not convert. How can I get a Math Numeric variable with the leading 0's?