Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

DO /L question

May
12,939
171
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"

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

Back
Top