Else

From Xojo Documentation

Language Keyword

Indicates the Else part of an If...Then...Else command or a non-matching section of a Select Case command.

Sample Code

Used in an If command:

If True Then
// Your code
Else
// Your code
End If

See Also

If...Then...Else, Select Case