cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

In ACL, how to replace in a string variable the backslash (\) by the slash (/)

dgopois
12-Amethyst

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

1 ACCEPTED SOLUTION

Accepted Solutions
pnagai
4-Participant
(To:dgopois)

You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.

View solution in original post

1 REPLY 1
pnagai
4-Participant
(To:dgopois)

You will want to use gsub(). Type "help gsub" on the Editor Command line. \ is special so pay attention the note about quadruple backslashes.

Top Tags