Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I clear an array?
Message
 
 
To
01/12/2005 10:05:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01073679
Message ID:
01073823
Views:
12
Joe,

It's error prone to think in terms of "myform.something". There are a great many times in VFP where ther isn't going to be a memvar named myform holding a reference to your form.

In code in the methods of your form use "this.thatthing" in form contained objects use "thisform.theotherthing".

>Thanks for the quick reply. How can I redimension an array that's set up as a property on my form?
>
>myform.array[1,2]
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform