Hi,
I need to format an integer in order to have trailing 0.
For example 3 should be 00003
I can't find a way to do that (or at least the format help is not clear to me)
I already tried serching in the forum but i did not find any clue.
Many thanks in advance
Fabrizio
0
Comments
You can use the filler character in the format function
e.g. format( MyInt, 10, '<Integer,10><filler character,0>' )
Hope this helps
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html