G
Gustavio
Hello,
The line a want to process with the following for is like this :
TS020139,0000399AF902,1990/01/01 00:12:56
for /f "Tokens=3 Delims=," %%d in ...
It works good.
But if I have a line like this :
TS020139,,1990/01/01 00:12:56
It doesn't work anymore.
why ?
what should I do ?
Thanks for your suggestions.
Matthieu/Gustavio
The line a want to process with the following for is like this :
TS020139,0000399AF902,1990/01/01 00:12:56
for /f "Tokens=3 Delims=," %%d in ...
It works good.
But if I have a line like this :
TS020139,,1990/01/01 00:12:56
It doesn't work anymore.
why ?
what should I do ?
Thanks for your suggestions.
Matthieu/Gustavio