[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Reverses the order of the elements in a one-dimensional Array or in a portion of the Array. [Property] Index=Sets the starting index of the section to reverse. ARG(int)|1|0 Length=Sets the number of elements in the section to reverse. ARG(int)|1|0 [Methods] doReverse=Reverses the sequence of the elements in the entire one-dimensional Array. ARG(Array array)|1|0 *doReverse2=Reverses the sequence of the elements in a range of elements in the one-dimensional Array. ARG(Array array, int index, int length)|1|0 Array=Defines the one-dimensional Array to reverse. ARG(Array)|4|13 *Index=Defines the starting index of the section to reverse. ARG(int)|4|1 *Length=Defines number of elements in the section to reverse. ARG(int)|4|1