atul2312 Thu, 02/09/2023 - 01:36 Forums Custom Functions Hi, How do I remove " from a string. If I use " " " , it shows an error as Invalid parameter. Hi atul2312, 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 " Log in or register to post comments Log in or register to post comments
Hi atul2312, 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 " Log in or register to post comments
Hi atul2312,
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 "