Reply

The Reply property returns the data portion of the HTTP response.  This is where the data will be held when the request returns.  Keeping the Data and Reply properties separate allows Execute to be called multiple times without requiring the Data property to be reset.

Group:  Web Object

Syntax:  sValue = oWeb.Reply

sValue        (String) the data being returned to the client from the server

Example:

Dim oWeb As Web

Dim sValue As String

sValue = oWeb.Reply