#4383 - Tempcode ELSE functionality This is a spacer post for a website comment topic. The content this topic relates to: #4383 - Tempcode ELSE functionality By Guest posted 26th Sep 2020, 12:06 PM Do not fill this field in. Or we could consider something like... {+START,IF,...} ... {+START,ELSEIF,...} .... {+START,ELSE} ... {+END} {+END} {+END} Or we could consider something like... {+START,IF,...} ... {+ELSEIF,...} ... {+ELSE} ... {+END} I might actually like the last syntax here. It's simpler, and also easier to parse. 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
{+START,IF,...}
...
{+START,ELSEIF,...}
....
{+START,ELSE}
...
{+END}
{+END}
{+END}
Or we could consider something like...
{+START,IF,...}
...
{+ELSEIF,...}
...
{+ELSE}
...
{+END}
I might actually like the last syntax here. It's simpler, and also easier to parse.