Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
In ACL, how to replace in a string variable, the backslash (\) by the slash (/).
David G
Solved! Go to Solution.
You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.
You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.