Search found 1 match

by batchfan
20 Nov 2016 10:05
Forum: DOS Batch Forum
Topic: How to replace "=","*", ":" in a variable
Replies: 34
Views: 287856

Re: How to replace "=","*", ":" in a variable

Hi,

Second and third functions doesn't work with string containing semi-colon ';' which doesn't appear in your functions comments.

I also had to quote characters when calling these functions for it to work.

Code: Select all

call :ReplaceDelimSets input_var "=" "," outout_var