[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns the index of the last occurrence of a value in a one-dimensional Array or in a portion of the Array. [Property] StartIndex=Sets the starting index of the backward 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] doLastIndexOf=Searches for the specified object and returns the index of the last occurrence within the entire one-dimensional Array. ARG(Array array, Object value)|1|0 *doLastIndexOf2=Searches for the specified object and returns the index of the last occurrence within the range of elements in the one-dimensional Array that extends from the first element to the specified index. ARG(Array array, Object value, int startIndex)|1|0 *doLastIndexOf3=Searches for the specified object and returns the index of the last occurrence within the range of elements in the one-dimensional Array that contains the specified number of elements and ends at the specified index. ARG(Array array, Object value, int startIndex, int length)|1|0 onResult=Occurs after invove method doLastIndexOf and returns the index of the last occurrence of value within the range of elements in array that contains the number of elements specified in count and ends at startIndex, if found; otherwise, the lower bound of the array minus 1. ARG(int)|2|1 Result=Returns the index of the last 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 backward search. ARG(int)|4|1 *Length=Defines a number of elements in the section to search. ARG(int)|4|1