View Single Post
Old 10-28-2002, 01:24 PM  
bawdy
Confirmed User
 
Join Date: Feb 2002
Posts: 1,424
Version 5.5 of Micosoft JScript adds these methods to the array object... not sure if they are available on current Client Side Javascript implementations

arrayObj.pop( )

arrayObj.push([item1 [item2 [. . . [itemN ]]]])

since its an implementation of the ECMA 262 language you might expect it to appear on the most recent browsers
bawdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote