Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To native English speakers: indefinite article question
Message
From
04/10/2013 04:11:44
 
 
To
03/10/2013 12:39:26
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01584678
Message ID:
01584774
Views:
50
>>But it is tied to one instance - *the* instance that invokes it.
>
>But in the context there is no definite instance of a collection. If there were, we would know it's name or location in the code, but we don't.

For me the difference in wording is based on the different type concepts of .Net and vfp: in .Net description there is no definate instance, but a number of possible collection classes, as they need to be and are typed: Collection(Of T).RemoveAt. With vfp you have just one (base)class for all collections handling any type of loadable item, even if you may subclass it.

Dunno iv Viv was aiming at that as well with:

>>'a' would only seem correct to me if (in .NET) there was a static method of the Collection type. e.g.:
Collection.Remove(collection,,element)
Previous
Reply
Map
View

Click here to load this message in the networking platform