View Single Post
  #1  
Old 05-15-2014, 06:59 PM
Shiamak Shiamak is online now
Registered User
 
Join Date: 02-07-2006
Posts: 84
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 "\\")
Reply With Quote