I have a field that contains double quotes that I want to changeto single quotes.
For example field name contains:
Andrew, Thomas "Tom"
I want to change this to :
Andrew, Thomas 'Tom'
I am trying to use a tcursor with breakapart, but I can't figure out how to format the double quotes.
s.breakApart(pieces, """) - this doesn't work.
Thanks for any help