Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: ALEN ArrayName expression don't support dot prefix
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BUG: ALEN ArrayName expression don't support dot prefix
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01033297
Message ID:
01033297
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform