If nothing else, you could always just add to composite and then show the result in a column of the exploration. Something along the lines of:
...
AddToComposite( 1, "~Counter", "X", atcFlagDefaults |
atcFlagEnableInExplore);
...
AddColumn(Foreign("~Counter", "X"), "Count");
...
Mike
--- In [email protected], "cstrader" <[EMAIL PROTECTED]> wrote:
>
> ...should know this, but how do I see how many symbols were scanned
in an
> exploration?
>
> Thanks
>
