| Home | All functions | Legacy functions | Categories |
Deletes the current diagnostics log file when it exists.
Prototype: vuDiagnosticsClearLogs(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuDiagnosticsClearLogs’)
rc LONG
rc = vuDiagnosticsClearLogs()
IF rc = 0
MESSAGE('Diagnostic logs were not cleared: ' & vuMailLastError())
END
vuClearDiagnosticsLog() is also available as the preferred diagnostics clear function name.
| Home | All functions | Legacy functions | Categories |