| Echo |
 |
| Syntax: #echo {format} {arguments} |
 |
| Syntax: #echo {{format} {row}} {arguments} |
 |
| Echo displays text on the screen with formatting options allowing up to 20 arguments. The echo command does not trigger actions, unlike the showme command. Like the #showme command you add a second argument to the format, which specifies the screen row the line should be printed on, as detailed in the prompt helpfiles. |
 |
| See the help file on the format command for more information. |
 |
Example: #echo {The current date is %t.} {%Y-%m-%d %H:%M:%S} |