Solved
In ACL, how to replace in a string variable the backslash (\) by the slash (/)
Hi,
In ACL, how to replace in a string variable, the backslash (\) by the slash (/).
David G
Hi,
In ACL, how to replace in a string variable, the backslash (\) by the slash (/).
David G
You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.