[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sets a range of elements in the Array to zero, to false, or to null, depending on the element type. [Property] Index=Sets the starting index of the range of elements to clear. ARG(int)|1|0 Length=Sets the number of elements to clear. ARG(int)|1|0 [Methods] doClear=Sets a range of elements in the Array to zero, to false, or to null. ARG(Array array, int Index, int Length)|1|0 Array=Defines the whose elements need to be cleared. ARG(Array)|4|13 Index=Defines the starting index of the range of elements to clear. ARG(int)|4|1 Length=Defines the number of elements to clear. ARG(int)|4|1