I am putting this here since feedback seems to be broken at this point.
this is in reference to .. http://geekswithblogs.net/royhwa/archive/2005/12/22/63855.aspx
I am not quite sure what you are on about ...
the value of J is neither 5 nor 6 it is 1.
ArrayList sets = new ArrayList();
Creates a new array list
sets.Add(single);
Adds the previous arraylist into this arraylist i.e. sets[1] = the arraylist
ArrayList temp = (ArrayList) sets[0];
temp.RemoveAt(0);//removes the item from the first arraylist
perhaps you are looking for the AddRange() method ?! http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemcollectionsarraylistclasscopytotopic.asp
Print posted @ Thursday, December 22, 2005 8:54 AM
Title:
Name:
Email: Not Displayed
Website:
Comment:
Please add 5 and 3 and type the answer here: