Hello all,
 
I would like to use the SRPL function to replace each instance of 
 
) (    {a right parenthesis, followed by a space followed by a left parenthesis}
 
with a comma followed by a space
 
As an example, I would like to change this....
 
(Comment 1) (Comment 2)   to this
(Comment 1, Comment 2)
 
 
I tried (SRPL(.vtext, ') (', ', ',0))
but that did not work.
How do I do it?
Mike 

Reply via email to