By using listi.net you agree to our
cookie policy
, We and our partners operate globally and use cookies, for multiple purposes
Close
listi.net
If statement
The If - Then - Else Statement is standard programming statement.
An example to try is to:
x = InputBox("Enter x")
If x = 1 Then
MsgBox "x is 1"
else
Msgbox "x isn't 1"
end if
It's one of the 4 types of programming statemnts
Sequential Flow
Looping
Decisions
Non-Sequential flow
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus