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.
var
liValid longInt
endVar
; ... initialization/interim code
try
liValid = tcSource."A30Field"
onFail
; didn't convert. Add recovery code here.
liValid = "-1"
endTry