2012-11-14, 09:08
Consider:
I get a syntax error from iseq: it doesn't appear that iseq can handle whitespaces, even though the variable can (and does). I've tried single quotes and double qoutes to encapsulate the whitespace: is there something else I can use?
Code:
set ${some-thing} Some Device
echo ${some-thing}
iseq ${some-thing} Some Device && goto do-this-thing || goto do-not-do-this-thing
I get a syntax error from iseq: it doesn't appear that iseq can handle whitespaces, even though the variable can (and does). I've tried single quotes and double qoutes to encapsulate the whitespace: is there something else I can use?