Syntax
Public sub AddLog(ByVal Entry As String)
Description
This method use to add String to the log.
Parameters
| Key | Description |
| Entry | The string that will add to the log |
Sample
Public Sub SymbolSettingSave () GUI.AddLog("Save groups settings...") End Sub
See Also