Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can an array available in all procedures like a variable
Message
From
26/04/2000 13:31:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00363356
Message ID:
00363667
Views:
18
>Well, I found out that you can't redimension an array defined as property. Just wondering is there a way to create a property dynamically when I enter to form?

As John K. has pointed out, you can use your Form's AddProperty method to dynamically add an array property to your form. But why do you say that you can't redimension an array property? It works fine:

DIMENSION thisform.aArray[100]
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform