Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The usual error, EMPTY is not
Message
De
21/04/2005 18:03:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Documentation de produit
Titre:
The usual error, EMPTY is not
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01007283
Message ID:
01007283
Vues:
65
On Collection doc:

* To determine if keys were specified when items were added to the collection,
you can use the statement GetKey(1) and the EMPTY() function to check for an empty return value as follows:


Of course:
Collection=CREATEOBJECT("Collection")
Collection.Add("First",0H9)
? !EMPTY(Collection.GetKey(1)),0<LEN(Collection.GetKey(1))
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform