Hello,
I have a text field filled in as follows:
Fannin, Gilmer, and Pickens Counties
I am trying to strip in "and" and "Counties"
Tried @ReplaceSubString(FieldName,"and","") to replace the and with nothing.
I do not get any errors, but...