Desmond Lloyd wrote: > Used seek for many years, IMO it's alot more convenient than the old DOS > Days... select, set order to, if seek... end if > Just did some nosing around and found seek() in Foxpro for Windows... As I > remember, in that version you had to insure that the appropriate order was > previously set to search the desired work area... > hth, > Desmond >
for me, I would use the SEEK(a,b,c) function and never the SEEK command unless it was was a scenario where I was needing to SET ORDER and then SEEK to the point followed by a SCAN WHILE....that's the only time I'd see me using SEEK command over the SEEK(a,b,c) function. ymmv.... _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

