Jump to content

momand

Members
  • Posts

    1
  • Joined

  • Last visited

momand's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I'm attempting to use StringSplit on a line such as "z:\\TMG93\techelp\H22562", however I need to be able to split the string after the \\ and the first \. I've tried the command $drives = StringSplit($line, "\\\"), but it splits the string exactly the same as $drives = StringSplit($line, "\\"). Is there any way of specifying multiple delimiters in a case such as this? Thanks.! michael.omand@sunlife.com
×
×
  • Create New...