Home
Die Funktion collection.clear( ) entfernt alle Elemente aus der Collection Instanz und gibt eine leere Collection zurück.
Hinweis: Diese Funktion verändert die ursprüngliche Collection.
C_COLLECTION($col) $col:=New collection(1;2;5) $col.clear() $vSize:=$col.length //$vSize=0
collection.remove( )
Produkt: 4D Thema: Collections
4D Programmiersprache ( 4D v18)