> > Could it be possible for a function to pass a series as
boolean? If the
> > series is provided it can act like a "- - by" flag.
You can pass a pointer-to-series as an optional argument (with
a default of "null").
It works the way I need! Thank you Allin!