If c = 1 Then
' c = 1 è vero
Else If c = 2 Then
' c = 2 è vero
Else If c = 3 Then
' c = 3 è vero
Else
' c ha un valore non aspettato
End If