Conditionally executes a group of statements, depending on the value of an expression.

If condition Then statements [Else elsestatements ] 
' Or, you can use the block form syntax: 
If condition Then
   [statements]
[ElseIf condition-n Then
   [elseifstatements]] . . .
[Else
   [elsestatements]]
End If 

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

In Vbsedit, you only need to press F1 to get Help for the keyword under the cursor!


Download Now!



Download   Home  

Copyright © 2001-2024 adersοft