S
Simon Verona
I'm a little confused
I have a string that contains a number eg 11 that I want to format into a 4
character string with leading zeros ie 0011
I guess I need to use the "format" function.... ie
newstring=format(oldstring,"????")
What goes in as the format conversion to get the affect I want?
Thanks in advance
Simon
--
================================
Simon Verona
Dealer Management Service Ltd
Stewart House
Centurion Business Park
Julian Way
Sheffield
S9 1GD
Tel: 0870 080 2300
Fax: 0870 735 0011
I have a string that contains a number eg 11 that I want to format into a 4
character string with leading zeros ie 0011
I guess I need to use the "format" function.... ie
newstring=format(oldstring,"????")
What goes in as the format conversion to get the affect I want?
Thanks in advance
Simon
--
================================
Simon Verona
Dealer Management Service Ltd
Stewart House
Centurion Business Park
Julian Way
Sheffield
S9 1GD
Tel: 0870 080 2300
Fax: 0870 735 0011