<< back to sysax.com Product page |
The section on reading and writing local files contains detailed information on opening and writing to a file.
Exhibit 13.3. Example for using some commands for writing out error files
fileopen write, "c:\\errorlog.txt"; filewriteline "An error has occurred"; fileclose; |