Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you test to see if an array exist
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How do you test to see if an array exist
Divers
Thread ID:
00225707
Message ID:
00225707
Vues:
46
I have an array (a__array1) that is being populated, But sometimes there is nothing to populate and I get an error of the following kind:

file 'a_array1.prg' does not exist


I am testing the array by doing to following

if !empty(a__array1(1,2))
append from array a__array1
endif
dimension a__array1(1,8)
adel(a__array1, 1)

I am checking the 2nd element of the a__array1 to see if it has someting because the first element always has a zero and therefore returns empty = 0 (which is what I want it to do). Is there another way to see if my array is truely empty. Help much appreciate.

Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform