Jump to content

christys

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by christys

  1. Hi,

    I trying to write a code for iterating through the array.

    Array size will be dynamic, that means we don't know how many elements are there internally.

    So how can I create an array without size.

    And my array will be a string.

     

    var membernames=new Array();

    Can I initialize this way?

    I want to loop through a set of elements whose size is unknown and retrieve all those details into a variable.

    How can I do this? Please let me know..

     

    Thanks

×
×
  • Create New...