The program I use requiresYou mean an else...?Also after the if <statement> you need a "then"
if <something> then
<somethingelse>
Else
<somethingelse>
End if
?
The program I use requiresYou mean an else...?Also after the if <statement> you need a "then"
Most languages dont require the use of the literal word "then". The line(s) which are indented after the if statement are what is executed if the if statement is true.The program I use requiresYou mean an else...?Also after the if <statement> you need a "then"
if <something> then
<somethingelse>
Else
<somethingelse>
End if
?
Return to “General Discussion”
Users browsing this forum: No registered users and 53 guests