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 BETWEEN(nPos, 0, RECCOUNT())
GOTO (nPos)
ENDIF
IF BETWEEN(nPos, 0, RECCOUNT("MyTable"))
GOTO (nPos) IN MyTable
ENDIF
TRY
GOTO nPos
CATCH
*
ENDTRY
IF RECNO()=nPos
* Do something at nPos
ELSE
* Record not found.
ENDIF