Skip to main content

Removing " from a string

Hi, How do I remove " from a string. If I use " " " , it shows an error as Invalid parameter.

Brian Element Thu, 02/09/2023 - 05:18

Hi atul2312,

You have to use the ASCII code to get ridof the " in a string.

In the equation editor the formula would be:

@Remove(DATA, @Chr(34))

@chr(34) represent the "