removeAll( )
Topic group Related topics Example
Deletes all elements from an associative array.
Syntax
<oRef>.removeAll( )
<oRef>
A reference to the associative array you want to empty.
Property of
AssocArray
Description
Use removeAll( ) to remove all the elements from an associative array.
To remove elements for particular key values, use removeKey( ).