Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Array Weirdness
Message
From
25/03/2004 04:19:00
 
 
To
25/03/2004 04:04:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00842734
Message ID:
00889517
Views:
22
Hi Christian,

Why do you mean this is a bug? The syntax is:
objectname.addproperty('propertname(numberofelements)',initialvalue)
You forgot the last part, so your line should be
thisform.AddProperty('myArray(1)',1)
>i have the same error
>
>not a character expression when adding an array property to thisform from a combobox
>
>thisform.AddProperty('myArray(1)')
>
>after 50 set step on, i search on this site and found this answer
>
>thisform.AddProperty('myArray[1, 1]')
>dimension thisform.myArray(x, y)
>
>
>
>foxpro bug ???
Previous
Reply
Map
View

Click here to load this message in the networking platform