Problem with replacing ) in SET command
Posted: 17 Jun 2009 12:24
I am stumped as to why I can't replace a ) in a variable with:
SET VAR=SOMETHING()
SET VAR=!VAR:)=,!
The open parentheses works: SET VAR=!VAR:(=,!
Thanks.
SET VAR=SOMETHING()
SET VAR=!VAR:)=,!
The open parentheses works: SET VAR=!VAR:(=,!
Thanks.