vefatica May 13,813 211 2010-08-21 #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 2010-08-21 #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