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.
BCode STRING(15)
ClearBCode BYTE
Armed EQUATE(2)
---> WindowEvents AlertKey
IF len(clip(Bcode)) > 0 AND NOT ClearBCode
ClearBCode = TRUE
END
---> WindowEvents Timer (200ms)
IF ClearBCode
IF ClearBCode = Armed ! clean on 2nd timer loop
CLEAR(BCode)
ClearBCode = FALSE
ELSE
ClearBCode = Armed
END
END