Strings in scripts

To enter text or strings in script tags or tag attributes, enclose the string in quotation marks.

For example,

"enter a text value"

Use HTML formatting to control the appearance of the script output.

Note: Scripts in Deliver do not support using smart quotation marks.

Example

<p>
<@if (AccountStatus= "open")>Your account is now active.</@if>
</p>