Description
-
Removes variable from the collection.
Return Type
-
None
Syntax
-
object.Remove Index
The Remove Method syntax has these parts:
| object |
An expression
evaluating to an object of type HttpRequestFormPost. |
| Index |
Required. A Variant
value. String expression as variable's name, or
integer as its index. |
Remarks
-
This method will remove specified variable from the
collection. Once removed, variable will not be posted to
the server on next Post method
call.
|