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

Community Tip - You can change your system assigned username to something more personal in your community settings. 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

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.

Announcements

Top Tags