Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clipper Gets/Reads
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00479102
Message ID:
00479120
Vues:
43
>I saw something about Getlist in the manual, but nothing like that...
>
>Is the purpose of that line to clear the internal list of gets ?
>If it is, hmmm, possibly. I'll let you know.

Getlist is an array used by the getsystem to store all the gets. You can do really "interesting" things by accessing the getsystem directly. Clipper was WAY ahead of its time when it was still in fashion.

Sometimes, especially when you have functions calling other functions from within gets (as in valid blablabla), the called function needs to have its own internal getlist array. That's why it's a good idea to always declare a local empty array getlist at the beginning of your functions' code.

Alex
Low-carb diet not working? Try the Low-food diet instead!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform