|
||||
|
|
||||
|
PC Access for Windows Reference Guidefor PC Access Version 4.30![]() ![]() ![]()
Script Command: traceFormat: trace "filename"; This command opens a script trace file. The trace file is an ASCII file which documents the execution of a script file. The trace file is handy for debugging script files since it shows exactly what occurred during the script file execution. If the file "filename" already exists, PC Access appends the trace information to the existing file. Example: // Opens a script trace file named LOGIN.OUT trace "LOGIN.OUT";
![]() ![]() ![]()
| |||