Syntax:
STRING string
The single string is returned to the client, with suitable preamble and termination, depending on the protocol being used.
The STRING command can be used to return a simple message to the client. Multiple lines can be sent, if necessary, by embedding a CR-LF sequence ('0d0a'x) to separate lines. A CR-LF is not needed at the end of the string, as CR-LF is always added by the STRING command.
After this command has ended, the connection to the client is closed, so this is a completion command.
[ previous section | contents | next section ]
From 'goserve.doc', version 2.50.
Copyright © IBM Corporation, 1993, 1997. All rights reserved.