Converts special characters.
strspecial <strvar>
Converts the following characters in the <strvar> to special characters.
str = "AB\tCD\nEF\\nGH" strspecial str messagebox str "special"