Detailed Descriptions > CGIUTL

Write string to stdout

xcall CGIUTL, 4, string, status

opcode 4 writes string to stdout. Use this in place of PRINT statements to output individual characters or lines to the new web page. (In -cgi mode, the output of PRINT statements is sent to the stderr stream rather than stdout. For more information, see the A-Shell command line switch CGI in the A-Shell Setup Guide.)