> I don't think that's how option values works. Option values is basically > like Java prefs: -Dkey=value. I'm a bit surprised it doesn't return b,c as > the value.
Doh! Clearly I misunderstood the documentation, I'll simply treat the value as a single string and split() it. Thanks, Greg
