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.
SET LIBRARY TO HOME()+"foxtools.fll"
myString="This is my"+space(20)+"special string."
?myString
?reduce(myString," ")
?reduce(myString,"s ")
?reduce(myString,"special ")
?reduce(strtran(myString,"special","")," ")
obj=CREATEOBJECT("shell.application")
obj.Open(HOME()+"foxtools.chm")
RELEASE obj