J
James Palmer
Guest
Another point whilst I'm typing - FIND FIRST should only be used in cases where there are multiple results and you don't care which result you get. If the result is truly unique then a simple FIND without the first will return the result, and will also fail if for some reason you get multiples. FIND FIRST will not necessarily return the same result every time depending on the scenario and you might get unexpected results.
Continue reading...
Continue reading...