Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove a property
Message
 
 
À
04/03/2002 20:19:35
Ian Johnston
Computer Software Solutions
Woodland, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00628177
Message ID:
00628181
Vues:
20
>Is there a way to remove a property at runtime ?

No, you cannot remove property at runtime.

Is there a way to test for the existence of an array in memory?

If it's not property array than you can test this way
 IF Type("myArray[1]") = "U"
  * Array myArray doesn't exist or variable myArray isn't an array
ENDIF
For array properties see Message #620328.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform