by Ted Davis <tdavis@[EMAIL PROTECTED]
>
Mar 3, 2008 at 07:44 AM
On Sun, 02 Mar 2008 22:57:35 -0800, happytoday wrote:
> But I need to use the variable in comparing function not in printing. So
> with the set /p I have only numbers without left leading spaces .
> filenumber variable in file has left spaces. So I need to fill the left
> side of the number with spaces till I reach 7 characters legnth.
RTFM
if( string == sprintf "%7i", number ) do something
--
T.E.D. (tdavis@[EMAIL PROTECTED]
)