Skip over the number of specified bytes from the given request object.
Syntax
skip( request , offset )
request.skip( offset )
Parameters
request
|
the request object to use.
|
offset
|
the number of bytes to skip.
|
Returns
long
|
the number of bytes skipped.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
tOffset = Request( ).skip( offset )
|