[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Read/Write the item of the specified array Tab=Arrays [Property] +Index=Sets the index of the item. ARG(int)|1|0 Type=Sets the type of element. ARG(Type)|20|(empty)|Type Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doRead=Reads the item of the array by specified Index. ARG(Object[] Array, int Index)|1|0 doWrite=Writes a new Value to the item of the array by specified Index. ARG(Object[] Array, int Index, Object Value)|1|0 onRead=Occurs after getting of the item and returns its value. ARG(T)|2|0 Item=Returns the value of the item by the specified Index. ARG(T)|3|0 *Clone=Creates a shallow copy of the Array. ARG(Object[])|3|0 *GetEnumerator=Returns an IEnumerator for the Array. ARG(IEnumerator)|3|0 *IsFixedSize=Returns a value indicating whether the Array has a fixed size. ARG(bool)|3|104 *IsReadOnly=Returns a value indicating whether the Array is read-only. ARG(bool)|3|104 *IsSynchronized=Returns a value indicating whether access to the Array is synchronized. ARG(bool)|3|104 *Length=Returns a 32-bit integer that represents the total number of elements of the Array. ARG(int)|3|1 *LongLength=Returns a 64-bit integer that represents the total number of elements of the Array. ARG(long)|3|105 *Rank=Returns the rank of the Array. ARG(int)|3|1 *SyncRoot=Returns an object that can be used to synchronize access to the Array. ARG(Object)|3|0 Array=Defines the array. ARG(Object[])|4|13 Index=Defines the index of the item. ARG(object)|4|0 Value=Defines the data to be written to the array. ARG(Object)|4|0