The DebugInfo function adds a text line to the Debug Window.
This function has no effects for the release version.
Syntax
Global.DebugInfo(
String text)
String text)
Parameters
| text | Text to add. | Required |
|---|
Return value
The DebugInfo function has no return values.
Example
DebugInfo("Left Click")