Bryan - Gendev
Programmer
I have 2 tables containing fields with paths within them including the file-name.
I need to find if a file in a folder ( fullpath) is in the smaller list of fullpaths.
I was previously given a 'seek' routine with some testing of success and if not found try another method. The 240chr limit is not exceeded - typically a path would be
P:\_Test_Projects\Workshops\exhibits\002799 Bareholl -Leonard (NZ) =Marcelda Selwyn 1901.png
which I think is 92chrs
It only works sometimes - some matches are missed.
My users aren't happy.
I'm wondering if a lookup in an array would be more effective.
Any comments?
Thanks
GenDev
I need to find if a file in a folder ( fullpath) is in the smaller list of fullpaths.
I was previously given a 'seek' routine with some testing of success and if not found try another method. The 240chr limit is not exceeded - typically a path would be
P:\_Test_Projects\Workshops\exhibits\002799 Bareholl -Leonard (NZ) =Marcelda Selwyn 1901.png
which I think is 92chrs
It only works sometimes - some matches are missed.
My users aren't happy.
I'm wondering if a lookup in an array would be more effective.
Any comments?
Thanks
GenDev