Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IResponse::Write

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

HRESULT Write(

VARIANT varText

);

Parameters: IResponse::Write

varText

A variant to write to the HTTP output.

Remarks: IResponse::Write

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.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.