Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dictionary objects
#3
Solved: 11 Years, 3 Months, 3 Weeks ago
A Dictionary object is the equivalent of a PERL associative array. Items can be any form of data, and are stored in the array. Each item is associated with a unique key. The key is used to retrieve an individual item and is usually a integer or a string, can be an object as well.

Methods that can be performed:
1.items
2.exists
3.keys
4.Remove
5.Remove all
6.Add

Properties:
1.Count
2.Item
3.Key
Reply


Messages In This Thread
dictionary objects - by mrajeshtnl - 02-07-2012, 02:48 PM
RE: dictionary objects - by rajpes - 02-07-2012, 05:53 PM
RE: dictionary objects - by ravi.gajul - 02-07-2012, 11:24 PM
RE: dictionary objects - by mrajeshtnl - 02-07-2012, 11:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)