[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns the index of the first occurrence of a value in a one-dimensional Array or in a portion of the Array. [Property] StartIndex=Sets the starting index of the search. ARG(int)|1|0 Length=Sets the number of elements in the section to search. ARG(int)|1|0 ElementType=Sets the Type of elements. ARG(Type)|20|(empty)|Type [Methods] doIndexOf=Searches for the specified object and returns the index of the first occurrence within the entire one-dimensional Array. ARG(Array array, Object value)|1|0 *doIndexOf2=Searches for the specified object and returns the index of the first occurrence within the range of elements in the one-dimensional Array that extends from the specified index to the last element. ARG(Array array, Object value, int startIndex)|1|0 *doIndexOf3=Searches for the specified object and returns the index of the first occurrence within the range of elements in the one-dimensional Array that starts at the specified index and contains the specified number of elements. ARG(Array array, Object value, int startIndex, int length)|1|0 onResult=Occurs after invove method doIndexOf and returns the index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array minus 1. ARG(int)|2|1 Result=Returns the index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array minus 1. ARG(int)|3|1 Array=Defines the one-dimensional Array to search. ARG(Array)|4|13 Value=Defines the object to locate in array. ARG(Object)|4|0 *StartIndex=Defines the starting index of the search. ARG(int)|4|1 *Length=Defines a number of elements in the section to search. ARG(int)|4|1