Can one use a wild character in a replace function.
example: DC=123.
DC= is constant but 123 could be any number. I need to replace DC=??? by whatever.
ex: ChangeString = replace(Expression,"DC=" & variable,"whatever")
I have been trying different combination but nothing seems to work.
Thanks for any suggestion.
Mike
example: DC=123.
DC= is constant but 123 could be any number. I need to replace DC=??? by whatever.
ex: ChangeString = replace(Expression,"DC=" & variable,"whatever")
I have been trying different combination but nothing seems to work.
Thanks for any suggestion.
Mike