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
Code: Select all
$exp_array = array();
$exp_array[] = "value1";
$exp_array[] = "value2";...........etc
Thanks in advance to all of you.