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  //variant to write to the HTTP output
);
 
Parameters
varText
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.

See Also

Response Object


© 1997 by Microsoft Corporation. All rights reserved.