Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Initializing an object
Message
 
To
19/01/2006 17:10:28
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01088686
Message ID:
01088704
Views:
10
As Bonnie already suggested, you could create a class for storing your multi-column values as properties and then store that class in the ArrayList. Or, why not just store the actual parameter object in the array list?

HTH,
Chad

>>You could use an ArrayList instead. I typically use ArrayLists over Arrays or the new generic List in 2005. I believe the ArrayList has a Clear method also (in response to your other post).
>
>Yes, but as I replied to Bonnie, I thought I wouldn't be able to use columns on an arraylist. I will have to check again.
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform