Hi All
I'm guessing this is not possible but just in case, I'll ask here.
Is it possible to nest conditional keywords.
%begin_condition_1% Do condition 1 stuff %else_condition_1% %begin_condition_2% Do condition 2 stuff %else_condition_2% %begin_condition_3% Do condition 3 stuff %else_condition_3% Default action if nothing matches %end_condition_3% %end_condition_2% %end_condition_1%
Or does someone know how to do the equivelant of this ?