Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email receive
Message
 
 
To
02/01/2008 08:45:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01278474
Message ID:
01278944
Views:
37
>Yes, wht not?
>What specially today?
>
>about collection, I m not fill comfortable with array, I used to use with cursors.

I meant that January 1st is more likely not a holiday in Israel, but it is a holiday in many ofher countries.

Regarding collections - Folders, Items, etc. are collections of objects. If you're removing an object from a collection, you can not use FOR EACH construct to iterate through it, you have to loop backwards using

for lnI = MyCollection.Count to 1 step -1
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform