Hello forums !!
I would like to push the values in array(without specifying index).
Can anybody give me the suggestion.
Note: It should be equivalent to PHP's
(without specifying indexes)PHP Code:$exp_array = array();
$exp_array[] = "value1";
$exp_array[] = "value2";
...........etc
Thanks in advance to all of you.




Bookmarks