WriteToLog

Writetolog will write any string passed to it, in the scripting engine log file.

Syntax

WriteToLog(String)

Returns

No data returned.

Example

Function Main

WritetoLog "test"

End Function