This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| reference:spamrules_statement_escape [2011/08/26 10:26] – created simon | reference:spamrules_statement_escape [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| The **Escape** statement should be called immediately before the [[spamrules_variables|variable]], | The **Escape** statement should be called immediately before the [[spamrules_variables|variable]], | ||
| - | Escape | + | Escape < |
| =====Example===== | =====Example===== | ||
| Line 11: | Line 11: | ||
| ${myvar} = "This costs $10.00" | ${myvar} = "This costs $10.00" | ||
| - | Escape | + | Escape myvar |
| # ${myvar} is now "This costs \$10\.00" | # ${myvar} is now "This costs \$10\.00" | ||
| </ | </ | ||