Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to format a number with leading and trailing zeros. If I only needed trailing zeros I'd set the number as a parameter and force the formating there. I tried using the Format function but it fails and I found one other instance of someone trying it and it failing also.
For example I want to change 2.125 into 02.13
P.S.
Just for fun I went to the VBA editor and tried this.
debug.Print format(2.125,"00.00")
02.13
Works perfectly in the VBA but not in iLogic
Solved! Go to Solution.