View Single Post
  #4  
Old 05-23-2007, 05:24 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
It's a class for an associative array data structure. All it does really is map two arrays to each other.

{key1, key2}
{value1, value2}

all array.item(key1) does is find the index of key1 (in this case zero) and return the value at the same index (value1).

I provided functionality for looping through which is in the example usage.
__________________

Coming soon (Hopefully:P)
Reply With Quote