Skip to content

OutputString - cWebHttpHandler

Writes a string to the response body

Type: Procedure

Parameters

Parameter Type Description
sData String String data to be appended to the output

Syntax

Procedure OutputString String sData

Call Example

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.