Thread: fine tuning
View Single Post
  #1 (permalink)  
Old 05-30-2008, 09:28 AM
badkarma badkarma is offline
Senior Member
 
Join Date: Mar 2008
Posts: 114
Default fine tuning

Quote:
If PortraitIsOn = True AND LandscapeIsOn = True
ScreenIs320Square = True
A=1
End If
The above gives a compile error about then end sub ...

...but should it grumble instead about the lack of a "Then" statement on the end of the first line instead?

Also, take a look at the AND keyword ... B4P seems to uppercase this ... should it be 'And'?
Reply With Quote