Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: ALEN ArrayName expression don't support dot prefix
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
BUG: ALEN ArrayName expression don't support dot prefix
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01033297
Message ID:
01033297
Vues:
59
clear
DIMENSION oneArray[1]
ADDPROPERTY(_screen,"oneArray[1]")
* supported ArrayName
? ALEN(oneArray)
? ALEN(m.oneArray)
? ALEN("oneArray")
? ALEN("one"+"Array")
arrayName = "oneArray"
? ALEN((arrayName))
? ALEN((m.arrayName))
? ALEN(_screen.oneArray)

* BUG : name expression don't support dot prefix
? ALEN("m.oneArray")
? ALEN("_screen.oneArray")
WITH _screen
	? ALEN(".oneArray")
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform