|
-
Mar 28th, 2007, 10:13 PM
#1
Thread Starter
Lively Member
simple way to clear a collection in VB6?
Hi
To clear a collection i am doing in this way. Is there any better and easiest way to do that.
urlcount1 = 0
urlcount1 = domainhideimageurl.count
If urlcount1 > 0 Then
e = urlcount1
Do Until e = 0
domainhideimageurl.Remove (e)
e = e - 1
Loop
End If
please let me know.
thanks
srinivasa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|