Re: stripANSI with regex (General questions)
Eric,
Maybe VB6 Replace Function will help you.
Here is example:
[code]
Dim a As String
a = this is@@@@test message
Debug.Print Replace(a, @@@@ , )[/code]
Hope this helps.
Drazen
Eric,
Maybe VB6 Replace Function will help you.
Here is example:
[code]
Dim a As String
a = this is@@@@test message
Debug.Print Replace(a, @@@@ , )[/code]
Hope this helps.
Drazen
Complete thread: