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.
x=sys(2007,'a')
y=unSys2007(x)
FUNCTION unSys2007( pnChkSum )
LOCAL lnI
FOR lnI=0 to 255
if sys(2007,chr(lnI))=pnChkSum
RETURN chr(lnI)
endif
ENDFOR
RETURN "I couldn't find it!"