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 .T.
* do something
ENDIF
IF lCondition
* do something
ENDIF
IF NOT lCondition
* do something
ENDIF
This is handy when you want to check the value of a checkbox