KB-30308: Using the ElseIf clause in a script.

Question:

How can I use the “ElseIf” clause in a script?

Solution:

To do so, just insert it into an “If”‘s loop. For example:

If condition == “value”
Action
ElseIf condition2 == “value2”
Action2
ElseIf condition3 == “value3”
Action3
EndIF

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *