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 12,621 152 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 81 0 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