Search Method
Searches the array for a given value and returns the first corresponding index if successful.
Syntax
array_.Search( Value )
Parameters
Name | Type | Description |
---|---|---|
array_ | The name of an object of type array_ | |
Value | Variant | Required. The value to be searched. |