Page 1 of 1

[solved] How to prevent my text to be seen as template command

Posted: Tue Aug 05, 2008 1:46 am
by havezet
This is most likely a newbie question  :-[

I have a technical newsletter that I'd like to send out with newsletter made Simple. My message contains the text

Code: Select all

bla bla %FileName{right=5} bla bla
right=5 is part of my text and not a template command or variable. but when I send the message I get a parser error stating that it can not parse {right=5

Is there any way to escape my text so that {right=5} doesn't get parsed my CMSMS?

Thanks

Hert

Re: How to prevent my text to be seen as template command

Posted: Tue Aug 05, 2008 1:48 am
by jmcgin51

Re: How to prevent my text to be seen as template command

Posted: Tue Aug 05, 2008 1:51 am
by havezet
Thanks a lot!!! That's exactly what I was looking for.

I'll copy in the solution:

Code: Select all

bla bla %FileName{literal}{right=5}{/literal} bla bla
Hert