WriteToLog

Writetolog 會將傳遞給它的所有字串都寫入到指令碼引擎記錄檔。

語法

WriteToLog(String)

結果

未傳回資料。

範例

Function Main

WritetoLog "test"

End Function