- May
- 13,828
- 211
The help says:"If string is double quoted, you must specify sep_list".
But apparently when string is double quoted, @word sees only **one** word.
If it's WAD, @word seems of no use at all with a quoted string.
But apparently when string is double quoted, @word sees only **one** word.
Code:
e:\logs\mercury> echo %@word[" ",0,"a b c e"]
"a b c e"
e:\logs\mercury> echo %@word[" ",1,"a b c e"]
ECHO is OFF
If it's WAD, @word seems of no use at all with a quoted string.