View Single Post
Old 30 March 2013, 23:13   #11
diablothe2nd
Registered User
 
Join Date: Dec 2011
Location: Northamptonshire, UK
Age: 41
Posts: 1,236
had to pull my blitz manual out to double check this one.

Else is actually a valid statement


Quote:
Originally Posted by Lonewolf10 View Post
I'm no expert in Blitz (I'm an AMOS guy at heart ), but I don't believe Blitz supports the Else instruction.
You may have to do something slightly uglier like...

Code:
TEST=OpenFile(0,"test")

If TEST = 0
... some code
end if

If TEST = -1
...some other code
end if
diablothe2nd is offline  
 
Page generated in 0.07691 seconds with 11 queries