Another DO /L question

May 20, 2008
12,173
133
Syracuse, NY, USA
Is it intended that DO /L process an empty string after a final separator?

Code:
v:\> type dochar.bat & dochar.bat
do c in /T"," /L a,b,c,
        echo %c
enddo

a
b
c
ECHO is OFF
 

Similar threads

M
Replies
3
Views
2K
Support
mathewsdw@sbcglobal.net
M