theelephantwords
03-28-2008, 04:16 PM
hey. so i have an XMLList, and i want to delete its contents. how can i do this?
subXMLList = _data.section.(@name == mainS).children()[2].page.(@name == subS);
that holds the right value, but how can i keep the variable, but remove its value? these don't work:
subXMLList = null;
subXMLList = '';
delete subXMLList;
subXMLList = _data.section.(@name == mainS).children()[2].page.(@name == subS);
that holds the right value, but how can i keep the variable, but remove its value? these don't work:
subXMLList = null;
subXMLList = '';
delete subXMLList;