var aList=new ActionList(); aList.putString("MyAction01"); aList.putString("MyAction02"); alert(aList.getString(0)); alert(aList.getString(1));