Hi, Anybody know the right syntax to left justify a string with zeros using sprintf ot any other function? $test = "mytest"; $test = sprintf "0%24s", $test; print "test"; I am getting only one zero. Thanks for your help. I.S __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: sprintf question F.H
- Re: sprintf question Jeff 'japhy' Pinyan
- Re: sprintf question Abdulaziz Ghuloum
- sprintf question rmck
- Re: sprintf question Jeff 'japhy' Pinyan
- Re: sprintf question John W. Krahn