Is there a way to get DO /L to see three strings below (as FOR can)? DO string in /L "a" "b c" "d"
vefatica May 20, 2008 12,167 133 Syracuse, NY, USA Aug 21, 2010 #1 Is there a way to get DO /L to see three strings below (as FOR can)? Code: DO string in /L "a" "b c" "d"
Is there a way to get DO /L to see three strings below (as FOR can)? Code: DO string in /L "a" "b c" "d"
Peter Bratton Jul 1, 2008 81 0 76 Montreal Aug 21, 2010 #2 vefatica said: Is there a way to get DO /L to see three strings below (as FOR can)? Code: DO string in /L "a" "b c" "d" Click to expand... Win XP SP3, standalone TCC 12.0.23 This is not new to v12. A further observation - this counted DO loop parses command line arguments correctly do arg = 1 to %# echo %[%arg] enddo -- Peter
vefatica said: Is there a way to get DO /L to see three strings below (as FOR can)? Code: DO string in /L "a" "b c" "d" Click to expand... Win XP SP3, standalone TCC 12.0.23 This is not new to v12. A further observation - this counted DO loop parses command line arguments correctly do arg = 1 to %# echo %[%arg] enddo -- Peter