May 27, 2003 #1 robi2 Programmer Jan 19, 2003 62 IL I mean i don't want to access my array like this: myarray[0] but with a name myarray["Any name here"] So how can i do that?
I mean i don't want to access my array like this: myarray[0] but with a name myarray["Any name here"] So how can i do that?
May 27, 2003 #2 jemminger Programmer Jun 25, 2001 3,453 US exactly as you wrote: myarray["Any name here"] this is called an associative array ========================================================= try { succeed(); } catch(E) { tryAgain(); } -jeff http://www.jeffemminger.com Upvote 0 Downvote
exactly as you wrote: myarray["Any name here"] this is called an associative array ========================================================= try { succeed(); } catch(E) { tryAgain(); } -jeff http://www.jeffemminger.com
May 27, 2003 #4 xutopia Programmer Apr 4, 2002 2,001 CA LOL! Gary http://www.xutopia.com Haran ========================== Upvote 0 Downvote