"Knowledge needs to be shared to enlighten the world" - Kraeven
Public Function SortStringCollection(ByVal Col As Collection) As Collection
ArrayList.Adapter(Col).Sort()
Return Col
End Function
No comments:
Post a Comment