IResponse::Write

The IResponse::Write method writes the specified VARIANT to the HTTP output. For more information, see the Response.Write method of the Response object.

HRESULT Write(
      VARIANT varText
);

Parameters

  • varText
    [in] A VARIANT to write to the HTTP output.

Remarks

If VBScript is your primary scripting language, VARIANT cannot be a string literal that contains more than 1022 characters. This is because VBScript limits static strings to 1022 bytes. You can, however, specify VARIANT as the name of a variable that contains greater than 1022 bytes.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also