I'm using VB2005
I have an array of some 500,000 items which are of the form
080715_175327_3 12.jpg. These are camera frames of the form
YYMMDD_HHmmss_m s.jpg
I want to create another array which contains all the items which are (>
080715_1730) and (< 080716_0810)
What is the fastest way? I've found FindAll and IndexOf, but I can't work
out how to do it.
Thanks
-Jerry
I have an array of some 500,000 items which are of the form
080715_175327_3 12.jpg. These are camera frames of the form
YYMMDD_HHmmss_m s.jpg
I want to create another array which contains all the items which are (>
080715_1730) and (< 080716_0810)
What is the fastest way? I've found FindAll and IndexOf, but I can't work
out how to do it.
Thanks
-Jerry
Comment