I'd like to display a two (numeric) digit field with a leading zero. Using the following code
I get a leading space. I tried a couple of things including a *x in the format string without success.
I know this is going to be embarassing but how do I display leading zeroes???
Tnx in advance.
Tom
Code:
a$ = USING$("## : ", ix)
I know this is going to be embarassing but how do I display leading zeroes???
Tnx in advance.
Tom
Comment