Hi, How do I remove " from a string. If I use " " " , it shows an error as Invalid parameter.
atul2312
Offline
Last seen: 9 months 4 weeks ago
Joined: 02/09/2023 - 01:30
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 "