123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|640|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Web Development -> PHP Arrays ROCK!!!

Thu, 17 May 2007, 17:39
Jayenkai
I mean, seriously, whoever thought this up oughta be given a medal!

Example.


String based Array pointers! Seriously, you can't beat that shit!
Makes this whole thing that much easier!

-=-=-
''Load, Next List!''
Thu, 17 May 2007, 17:46
Jayenkai
An easier example to see!



Result

-=-=-
''Load, Next List!''
Thu, 17 May 2007, 20:37
Stealth
Yep, I have been using them for storing all the information about a user that is logged in for forever now.

-=-=-
Quit posting and try Google.
Thu, 17 May 2007, 21:56
JL235
Isn't that just a hash table? Ruby can do that (and the syntax is just as simple). Java has a 'hash map' class for achieving the same affect, and quite a lot of languages.
Sat, 19 May 2007, 18:24
Stealth
Yeah, arrays are common in languages.