#if-if-if

1 messages · Page 1 of 1 (latest)

restive agate
#

Inside a template you can do multiple if's. Outside the template you have to use choose statements.

old lichen
#

Ok Thank you for your Answer

restive agate
#

Are you outside the template?

old lichen
#

yes

#

I already got it to work

#

still thx

restive agate
#

Choose is like an if, but it creates seperate scopes, so you can have more than one.

old lichen
#

yes, i noticed it