Is there a list of characters one ought not to include in the arguments passed to a MapFilter? I was passing a string using a vertical bar (|) as a separator, and the portion after the vertical bar was not included in the argument. Using the vertical bar in the returned string seems to work okay, though.
Forbidden characters in MapFilter arguments?
Hi Jay,
The following characters can’t be as arguments passed to MapActionFilter:
“__#”, “^”, "", “,”, “|”, “=”
Thanks,
Peter