My first attempt to send this question returned to me because the list does not like the \ character in the subject line !
I want to add \cf0 (for example) in a variable.
At first the ScripEditor rejected my code, then it double the \…
set TheReport to TheReport & "\cf0" # etc.: rejected
then:
Set RTFLead to "\" # Not rejected, but appears two times (\\) when used later…
Ideas ?