View Single Post
  #8  
Old 10-19-2004, 01:24 PM
jfreedman jfreedman is online now
Registered User
 
Join Date: 10-15-2004
Posts: 12
RegEx being evaluated incorrectly

Another question for ya...

I have setup a Macro variable called VersionNumber, its value is 3.2.3.0

In my replace action, I tell it to replace with the following...

$2%VersionNumber%$4

Which would evaluate to $23.2.3.0$4

It believes I want to replace with a "$23" instead of "$2", since the first char in my variable is a 3

How do I keep this from happening so it evaluates to the $2 only?

Thx again for the help.
Reply With Quote