Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would need to log some information during the QV script reload, but I would need to do it into some external file (not default QV log file) .
Is it possible to re-direct the output of trace() command to external file in some cases? Any other options exist?
I would appreciate any suggestions.
Best regards,
Hi Vladimir,
I usually use a logging subroutine as demonstrated in the attached example. It writes the output to a file named documentname_log.txt via the STORE statement.
Hi Vladimir,
I usually use a logging subroutine as demonstrated in the attached example. It writes the output to a file named documentname_log.txt via the STORE statement.
Thanks, Rob. Your example works perfectly, exactly as I need it.
Thank you for your help.