Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This command outputs text to the client's debugging console.
echo [text]
Parameters
- text
Text to output to the console.
Remarks
The following code example outputs the string Hello World to the console:
echo "Hello World"
See Also
Send Feedback on this topic to the authors