Double Digit Dilemma

Sadly, I cannot think of a way to format the number to display as ##. Maybe someone knows a way.If the number location is static, then you could cheat the system by having a text box with "0". When the page loads, you show the text box if the variable is less than 10. It's a horrible solution, and I hope you find one better. Obviously, it won't work if you are including the number in dynamic text. If you publish to HTML, then differences in browsers might reveal that the "0" is a different object than the actual number. Kevin

Discussions have been disabled for this post