Solved
Using ACL, How to replace the string "and" by the character ampersand (&)
Hello,
I try to use the ACL function "gsub" to replace the string "and" by the character ampersand (&). But the replacement fails. Do you have a solution ?
David
Hello,
I try to use the ACL function "gsub" to replace the string "and" by the character ampersand (&). But the replacement fails. Do you have a solution ?
David
Try this: gsub("and", "\\&", "Mk1 and Mk9")
We use similar substitutions frequently in our customizations for Arbortext Editor.
Rick
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.