DIAdem Help

Command: LogfileWrite

  • Updated2024-09-12
  • 1 minute(s) read

Display all  Hide all

Command: LogfileWrite

Inserts a text at the end of the current logfile

Call LogfileWrite(LogfileLine)

Input Parameters

LogfileLine Specifies the text that DIAdem writes into a text file.

Example

The following example inserts a comment at the end of the logfile and opens the logfile in the editor.

VBScriptPython

 

Call LogFileWrite("Testing")
Call LogFileBrowser

Related Topics

Command: LogfileBrowser | Command: LogfileDel