#1
|
|||
|
|||
Removing slash from a string
I have need to remove couple of slashes from a string (in a macro), then reassign the value to the same macro. Is there an easy way to do it in VBP 8?
Original String 1. STRING1 - "\\Machine1" (STRING1 IS A MACRO) Expected: STRING1="MACHINE1" (Removing "\\") |
|
|