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<D And E<F And G<H and I<J Then
i = i + 1
End If
If A < B Then
If C < D Then
If E < F Then
If G < H Then
If I < J Then
i = i + 1
End If
End If
End If
End If
End If