Search results

  1. A

    How to assign the value returned by the regex execute function to a variable?

    I have a regex for pattern matching and once the match has been found the matched value has to be assigned to a variable I used this snippet and it has been returning an error stating invalid procedure call or argument Set M = regexpLocation.Execute(subjct) Location = M(0).Value...
Back
Top