Skip to content

$elseif

else if statement.

Parameters

NameDescriptionEnforcedDefault Value
ConditionThe condition to be evaluated.YesNone
Then codeCode to execute if the condition is met.YesNone

Example

$elseif[condition;thenCode]