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'?