Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GETPEM and array properties
Message
De
18/04/2005 10:58:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
GETPEM and array properties
Divers
Thread ID:
01005796
Message ID:
01005796
Vues:
75
Hi all,
In VFP 8, I cannot use GETPEM() for an array element of an array property. Is this really the case? What is the alternative?
oT = createobject('cusTest')
oT.TestGetPem()
define class cusTest as custom
  dimension TestArray[10]
  procedure TestGetPem()
     ?getpem(this,'TestArray[9]') && error
  endproc
enddefine
ramil
~~ learning to stand still
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform