[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Repeats for each element in an array or an object collection that implements the IEnumerable interface. Tab=Logic [Property] Type=Sets the type of element|20|(empty)|Type [Methods] doForEach=The loop starts. ARG(IEnumerable obj)|1|0 doBreak=Break out of the loop. ARG()|1|0 *doContinue=Step to the next iteration in the loop. ARG()|1|0 onItem=Occurs at the begining of the loop for each iteration. ARG(Object)|2|0 onStop=Occurs after the loop is stopped. ARG(null)|2|0 obj=Defines an array or an object collection. ARG(IEnumerable)|4|0