String Manipulation

D

Deadeye

Dear All,

I have a string "abcdef/ghijkl" in which I want to replace "/" with a non
command character. For example "abcdef-ghijkl".

The "/" character may appear in any position in this string.

How do I trap the character and replace it.

Thank you in advance.
 
Top