Syntax
Public Sub PrintLog(str As Variant)
Description
This
Parameters
Key | Description |
Str | The entry data that want to add, a value of type String |
Return value
No return value.
Example
Public Sub Main() PrintLog "Hello" End Sub
See Also