[GENERAL] a set of key/value pairs

2011-10-20 Thread J.V.
Does anyone have a specific example of how to: 1) create a variable that is a set or array of key value pairs? 2) how to populate each element of the array (each element being a key / value pair) 3) how to iterate through the list or array retrieving each key/value pair? Please do

Re: [GENERAL] a set of key/value pairs

2011-10-20 Thread John R Pierce
On 10/20/11 11:53 AM, J.V. wrote: Does anyone have a specific example of how to: 1) create a variable that is a set or array of key value pairs? 2) how to populate each element of the array (each element being a key / value pair) 3) how to iterate through the list or array

Re: [GENERAL] a set of key/value pairs

2011-10-20 Thread Merlin Moncure
On Thu, Oct 20, 2011 at 1:53 PM, J.V. jvsr...@gmail.com wrote: Does anyone have a specific example of how to:    1) create a variable that is a set or array of key value pairs?    2) how to populate each element of the array (each element being a key / value pair)    3) how to iterate through