Note
Command Description
Used to annotate other commands. No effect at runtime
Command Prototype
Rem sText
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
sText | True | rem | None | The content of the note to be displayed |
Demo
TracePrint("-------------------------------Output debugging information------------- ----------------------")
//-------------------------------------------------------------------------------
//[Remarks] Output debugging information
//Input parameters:
// What you want to output
//out parameters:
// None
TracePrint("Hello UiBot")