:Read() - Captures the results stream from the remote Server
Class
Syntax
:Read( [nReturnType], [lShowProgress], [hSession] ) --> acResults
Parameters
|
|
nReturnType |
Optional: Numeric Constant (or value) indicating Return Type RETURN_DEFAULT (0) Return Value acResults is in the form of a String. RETURN_ARRAY (1) Return Value acResults is in the form of an Array. |
|
|
lShowProgress |
Optional: if TRUE, Shows a Status of the results as it is being built. |
|
|
hSession |
Optional: If hSession is not passed, the value in :Session will be used |
Return
acResults contains the response from the last call to the remote server.
Description
When a request is made to the Remote Server, :Read() will capture the text stream of the Query Results.
See Also