Hi,
I need to be able to remove this “Double Quote” character that is inserting itself in my content response from the HTTP activity.
How about the following expression?
strVar.Trim(Chr(34))
Regards,
Hi,
I need to be able to remove this “Double Quote” character that is inserting itself in my content response from the HTTP activity.
How about the following expression?
strVar.Trim(Chr(34))
Regards,