This:
gives:

Where according to: http://macroquest.sourceforge.net/includes/manual.php it should be:
Using Arg: IS
Using Token: NULL
I am not able to get .Arg to work in a number of test cases... Suggestions please as to what I am doing wrong?
JJB
Code:
Sub main
/declare MyVar string local
/varset MyVar "THIS,,IS,A,,TEST"
/echo Using Arg: ${MyVar.Arg[2,,]}
/echo Using Token: ${MyVar.Token[2,,]}
/return
gives:
Where according to: http://macroquest.sourceforge.net/includes/manual.php it should be:
Using Arg: IS
Using Token: NULL
I am not able to get .Arg to work in a number of test cases... Suggestions please as to what I am doing wrong?
JJB





