Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine if an object exists
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00098172
Message ID:
00098531
Vues:
41
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform