Skip to content

Tutorial Variables

Keith Sterling edited this page Oct 30, 2017 · 8 revisions

Variables

Global

    <set name="someproperty">somevalue</set>
    <get name="someproperty" />

Local

    <set var="somevar">somevalue</set>
    <get var="somevar" />

For more information on using variables see set and get and for more information on how to use properties see bot


Back to Tutorial | Back - Properties | Next - Conditions

Clone this wiki locally