function onCreated() { clearList( "client" ); }function clearList( strName ) { for ( temp.d: makevar( strName ).getvarnames() ) clearList( strName @"."@ temp.d ); makevar( strName ) = ""; }