STRING command


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.

After this command has ended, the connection to the client is closed, so this is a 'completion command'.


[ previous section | GoServe | next section ]

From 'goserve.doc', version 2.32.
Copyright © International Business Machines Corporation, 1993, 1995.
All rights reserved.