Hello,
> When I enter one of the following commands
>
> addGroup ("a","b")
> addGroup (new String("a"), new String("b"))
> addGroup (a, b)
If I remember correctly the command was:
addGroup someString someString
This means: no commas, no brackets.
Regards,
Thomas März