Welcome!

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

SignUp Now!

DO variable left with empty value

May
12,846
164
Code:
v:\> do xxx in /L a b c (echo %xxx)
a
b
c

v:\> set x*
xxx=

v:\> echo **%xxx**
****
And though xxx is defined (albeit with no value),

Code:
v:\> if defined xxx (echo yes) else (echo no)
no
WAD?
 

Similar threads

Back
Top