Index: PV TBX Zaag.prj.xml =================================================================== diff -u -r2811 -r2812 --- PV TBX Zaag.prj.xml (.../PV TBX Zaag.prj.xml) (revision 2811) +++ PV TBX Zaag.prj.xml (.../PV TBX Zaag.prj.xml) (revision 2812) @@ -1,6 +1,6 @@ - + @@ -37,6 +37,7 @@ + @@ -65,7 +66,9 @@ - + + + Index: APPS/VisiDot/impl/VHossControleurEnd.cls.xml =================================================================== diff -u -r2494 -r2812 --- APPS/VisiDot/impl/VHossControleurEnd.cls.xml (.../VHossControleurEnd.cls.xml) (revision 2494) +++ APPS/VisiDot/impl/VHossControleurEnd.cls.xml (.../VHossControleurEnd.cls.xml) (revision 2812) @@ -103,7 +103,7 @@ 1 + + +1 +Iterator,%RegisteredObject +0 + + +%String +1 +1 + + + +%String +1 + + + + +Returns true if the iteration has more elements. +%Boolean + + + + + +1 +1 +%Status + + + + + +Returns the next element in the iteration. +Only returns a valid element if HasNext() returns true +Causes an error if HasNext() returns false +%CacheString + + + + + + + + +%String + + + + Index: TECH/ClassUtils.cls.xml =================================================================== diff -u -r2218 -r2812 --- TECH/ClassUtils.cls.xml (.../ClassUtils.cls.xml) (revision 2218) +++ TECH/ClassUtils.cls.xml (.../ClassUtils.cls.xml) (revision 2812) @@ -215,7 +215,7 @@ set PropertyValue = $zobjProperty(Object,Property.Name) if (Property.Collection || (Property.Collection = "list") || (Property.Collection = "array")) { If (Property.Collection = "array"){ - set itCollection = ##class(TECH.ArrayIterator).%New(PropertyValue) + set itCollection = ##class(TECH.ArrayOneDimIterator).%New(PropertyValue) }Else{ set itCollection = ##class(TECH.ListIterator).%New(PropertyValue) }