I found a really easy way to convert an Array to an ArrayList without having to iterate through the array collection.
I found this on a website - http://www.dotnetspider.com/kb/Article1709.aspx.
The original code was in C#, but I converted it to VB for my purposes...
Dim ArrayListObject As ArrayList = ArrayList.Adapter(ArrayObject)
Just too simple...
Wednesday, April 2, 2008
Subscribe to:
Post Comments (Atom)
4 comments:
f*ckin' love u dude!
thanks you very much
Your tha man!
It's amazing how a little tip like this can make such a big difference. Totally awesome tip!!!
Post a Comment