Appends new elements to an array, and returns the new length of the array.
arrayObj.push([item1 [item2 [. . . [itemN ]]]]) |
JScript |
push Method (JScript 5.6) |
See Also |
Appends new elements to an array, and returns the new length of the array.
arrayObj.push([item1 [item2 [. . . [itemN ]]]]) |