Returns the content length of the specified response object.
Syntax
length( response )
response.length( )
Parameters
response
|
the response object to use.
|
Returns
integer
|
the content length.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
if Response( ).length( ) = 0 then
break
end
|