Results 1 to 2 of 2

Thread: question about javascript arrays

  1. #1
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default question about javascript arrays

    Is there some type of general rule as to how big or large they can be?

    Also can they have multiple parts or sections?

    The reason I ask is that I am thinking of trying to do my own search form using many different search engines.

    As you probaly know they can have many input names and id's as well as hidden names and id's.

    I presume some will need a name the search engine action url and the input stuff mentioned above for each to work.

    Could a array do all of this or would there be a need for more then one array.
    Thanks,

    Bud

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There shouldn't be any limit. Of course you shouldn't make them too huge because they might overload the computer (whatever RAM and/or processor limits there are), but that would take a lot just from arrays.

    You can make one item inside the array another array-- you can embed them. That's called a multidimensional array. There are no restrictions with this either.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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