How to get value after decimal ?
Eg
123.45
I want the output as follow:
a = 123
b = 45
Thanks
How to get value after decimal ?
Eg
123.45
I want the output as follow:
a = 123
b = 45
Thanks
Hi Shankar, let me rename your thread, because “AX Technical” doesn’t describe the actual topic.
I think the easiest way is converting the number to string and then splitting it by strSplit().