Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
M. prefix
Message
De
28/03/2003 13:58:46
 
 
À
28/03/2003 13:52:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00770764
Message ID:
00771463
Vues:
13
>>>Anyway, I am sure that a lot of fox "dinosaurs" <g> continue to use SCATTER/GATHER on a dayly basis :-)
>>
>>I use SCATTER/GATHER in lots of places, but rarely to MEMVARS. It's usually to arrays or objects for me. So is that pre/post the dinosaur era ? < bg >
>>
>
>Post dinosaur, I think.
>
>It's a great way to copy a record to another open table, and its also a way to create an object to bind controls to, or for a business object...
>
>Other uses?

SCATTER ... NAME is now even more useful since you can do a SQL INSERT using that object.

I also use SCATTER NAME to compare records:
*position to record
SCATTER NAME oX1
* position to other record
SCATTER NAME oX2
lSame = COMPOBJ(oX1,oX2)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform