Count Number Of Place
Posted: Mon Dec 16, 2013 8:07 pm
Can we get a function that will count the number of digits/places in a number.
I tried searching for a function in the manual for one, but couldn't find anything.
I made:
To do it.
It works perfectly. Just looks blerg and not right to me.
I tried searching for a function in the manual for one, but couldn't find anything.
I made:
Code: Select all
Macro IntLen(Number)
Len(Str(Number))
EndMacro
It works perfectly. Just looks blerg and not right to me.