<helper:set
var="{string}"
value="{string}">
</helper:set>
Param | Type | Details |
---|---|---|
var | string | The name of the new variable |
value | string | The variable to copy |
<helper:set var="myText" value="'My Text Result'"></helper:set>
<p><strong>myText:</strong> {{myText}}</p>
Was this page helpful?