Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine if an object exists
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00098172
Message ID:
00098531
Views:
40
David and Dragan,

I've used the SCATTER NAME when building a list of record to be moved to some where else;
LOCAL laRecs(1), loObj
lnCnt = 1
SCAN FOR Some Condition
  DIMENSION laRecs(lnCnt)
  SCATTER MEMO NAME loObj
  laRecs(lnCnt ) = loObj
  lnCnt = lnCnt + 1
ENDSCAN
* Now laRecs has one row for each record that is a scatter name object that can * be used in a gather name operation
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform