[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Enumerates the MT-array [Methods] doEnum=Enumerates the members of the MT-array. ARG(MT-array data)|1|0 onItem=Occurs after reading the member and returns the item of the MT-array. ARG(T)|2|0 onEndEnum=Occurs after completing the enumeration. ARG(null)|2|0 Item=Returns the current member of the MT-array. ARG(T)|3|0 Index=Returns the index of the current member. ARG(int)|3|1 Data=Defines the MT-array. ARG(MT-array)|4|0