B
bananafish
Guest
I am looking to format a number with leading spaces. ie I want to display 3 as " 3", 33 as " 3" and 333 as "333"
What is the Format$ predefined numeric format for this, I thought it was Format$(intX, "##0"), but that would return "3", "33" and "333"
I then tried Format$(intX, "000") but that gives "003", "033" and "333"
Any ideas?
What is the Format$ predefined numeric format for this, I thought it was Format$(intX, "##0"), but that would return "3", "33" and "333"
I then tried Format$(intX, "000") but that gives "003", "033" and "333"
Any ideas?