#4383 - Tempcode ELSE functionality
0 guests and 0 members have recently viewed this.
The top 3 point earners from 7th Dec 2025 to 14th Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| Master Rat |
|
|
There are no events at this time
{+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.