I have tripped over this twice and I am not sure how to solve it.
I have a $variable that contains ” or quotation marks within in it.
I would like to remove the marks.
I tried writing an outputmacro, but it does not seem to work.
outputmacro: ^removejson4(^text)
^substitute(character ^text ‘“’ ‘’ )
Is there another way to remove quotation marks from a string?
I am adding strings before and after the current ^response(x) string, and it shows up as
as
added stuff “Hi, how are you” added stuff
and i want it to put out
added stuff Hi, how are you added stuff
would appreciate any breadcrumbs