What is the difference between Find('-') and FindFirst. which is faster and why.
*This post is locked for comments
What is the difference between Find('-') and FindFirst. which is faster and why.
*This post is locked for comments
Thanks
find is a quite old command and always returns a set of records, findfirst, findlast are newer commands and return only one record when calling. all kind of find commands can be used for repeat until loops. to get a set of records use findset.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,387
Most Valuable Professional
nmaenpaa
101,156