how to redim the array in javascript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • datttanand
    New Member
    • Mar 2007
    • 19

    how to redim the array in javascript?

    can anybody tell me how can i redim the array in java script just like in vb we do?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Javascript arrays can be used without redim-ing them. They are dynamic. You can find out the length using the length property.

    Comment

    • datttanand
      New Member
      • Mar 2007
      • 19

      #3
      Originally posted by acoder
      Javascript arrays can be used without redim-ing them. They are dynamic. You can find out the length using the length property.
      thanks buddy.....

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        You're welcome.

        Comment

        Working...