DO /L question

May 20, 2008
12,167
133
Syracuse, NY, USA
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"
 
Jul 1, 2008
81
0
76
Montreal
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"

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
 

Similar threads