Description
Searches an array for the presence of a specified object. The function searches for simple objects such as strings and numbers or for complex objects such as structures. Simple object string searches are case-sensitive. This function does not support searches for COM and CORBA objects.
Returns
Yes, if the specified object exists in the array.
Category
Function Syntax
ArrayContains(array,object) |
See Also
Parameters
Parameter |
Description |
---|---|
array |
Array to search in. |
object |
Object to search for. |