Conditional structures: Difference between revisions

Line 5,859:
===if-then-else===
====Block form====
<lang vb>If condition1condition Then
statement
End If
 
If condition Then
statement
Else
statement
End If
 
1,392

edits