Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variables not releasing
Message
 
 
To
01/01/2000 18:40:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00311218
Message ID:
00311285
Views:
41
Mike - thanks for your reply and help.
I tried your suggestions in a simple form to help get a handle on this concept.
I added a property called adata() and in the form's INIT I put:
Dimension adata(2)
adata(1) = 'ONE'
adata(2) = 'TWO'
The properties window shows adata(1,0) on the bottom.
When I run the form I get an error saying "adata is not an array" but DISP MEMO shows the array present.
If I run the form a second time, it runs fine.
What have I done wrong?
Thanks again.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform