Re: Could this be faster?
- Posted by C Bouzy <eucoder at hotmail.com> Dec 13, 2005
- 579 views
cklester wrote: > > if find(get_file_ext(lower(ItemEntry[D_NAME])),ext_list) <> 0 then... I almost forgot..you do not need <> 0 if find(get_file_ext(lower(ItemEntry[D_NAME])),ext_list)then should work just fine ----If you continue to do what you have always done, you will get what you have always gotten.----