Function xmlwrite from io
Brief description
xmlwrite(string:String):void
Writes a formatted string message to the output stream More ...
Function information
Name: | xmlwrite |
Base: | |
Group: | Built-in plugins:Console I/O |
Icon: | printer.png |
Color: | black |
Authors: | |
Copyright: |
Detailed description
Writes a formatted string message to the output stream. The message is prepended to the computation result of the whole executed command.
Input parameters
-
string:
String
- Formatted string to print
Return values
-
Default return value:
void