- Jun
- 98
- 0
Hello.
/me again
Is there a way to iterate through quoted strings using Do/EndDo?
For loop works, as expected:
For %x in ("a b" c) echo %x
Result is
"a b"
c
Results of Do loop are unexpected:
Do x in /L "a b" c
Echo %x
EndDo
Produces
"a
b"
c
Could you help?
Best regards.
(TCC LE 13.06.77 Windows 7)
/me again
Is there a way to iterate through quoted strings using Do/EndDo?
For loop works, as expected:
For %x in ("a b" c) echo %x
Result is
"a b"
c
Results of Do loop are unexpected:
Do x in /L "a b" c
Echo %x
EndDo
Produces
"a
b"
c
Could you help?
Best regards.
(TCC LE 13.06.77 Windows 7)