Skip to content

elseIf (Conditional Logic)

Compatible with:
  • Purpose
  • If the conditional evaluates to true then the series of commands listed in 'elseIf' block will be executed. If the expression evaluates to false it jumps to 'else block' and execute commands below the 'else' command until 'endIf' command is encountered. Every 'elseIf' command should end with 'endIf' command (whereas 'else' command is optional)
  • Syntax
  • elseIf(conditional)
  • Target
  • conditional -
    conditional - An 'elseIf' command consists of conditional.
  • Value
  • N/A
  • Return Value
  • N/A

 

Feedback and Knowledge Base