Oh, am I on a roll.
Now I have a question on PARSECOUNT. The help file states;
However, one of the examples is:
Now if there are three "x"'s in main string, how can a& return
a 4 unless string_delimiter is included in the count?
or am I confused again?
------------------
Now I have a question on PARSECOUNT. The help file states;
...the delimiter itself is never returned as part of the field.
a& = PARSECOUNT("xx1x","x") ' returns 4
a 4 unless string_delimiter is included in the count?
or am I confused again?

------------------
Comment