Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If a = b And c = b Then
if SomeFunction() And SomeOtherFunction() then
misterstick said:if you want conditional evaluation you have to use the AndAlso and OrElse operators instead.