[Gambas-user] Accessing the nth item in a collection
VonZorch
VonZorch at ...626...
Thu Jun 5 02:07:46 CEST 2014
If the key values aren't important then use something like
Collection.add(Value,str(Collection.count+1))
then you can access any given item by
Value=Collection[str(Index)]
--
View this message in context: http://gambas.8142.n7.nabble.com/Accessing-the-nth-item-in-a-collection-tp46845p46863.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list