OutputString - cWebHttpHandler

Writes a string to the response body

Type: Procedure

Parameters: String sData

ParameterDescription
sDataString data to be appended to the output


Syntax
Procedure OutputString String sData

Call: Send OutputString sData


Description

Writes a string to the response body.

This function can be called multiple times and each string will be appended to the response body.