CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Nov 2008
    Location
    Netherlands
    Posts
    77

    array map in javascript

    Hi, im not sure of this one. I want to have a map in javascript. or does it already exist.

    i have an array of STR1:STR2
    i must access the array using STR1 and find STR2 in that array.
    so thats a map<string, map<string, string>>.

    thanks. i have no clu on this one
    Last edited by cj-wijtmans; November 19th, 2008 at 07:34 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured