I keep coming across situations where i need to escape a character such as a quote. I never been able to figure out how to do this since a simple Message('test \' test');
doesn't work.
Every time i need to figure out a workaround, and its starting to bother me. Is there a way to do this or is it simply impossible?