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 ALTERNATE TO c:\logs\mylogfile.txt
SET ALTERNATE ON
* Do other stuff here
* Start the processing that you want to log
? "This is some text describing the action to be logged"
? "Here is some more logging text"
* More stuff here
SET ALTERNATE OFF
SET ALTERNATE TO
LPARAMETERS cString
STRTOFILE(TTOC(DateTime()) + ": " + m.cString, This.cLogFile, .T.)
RETURN