Tone Excel Web - 2014-12-11 23:46:02 -
In reply to message 2 from Ettore Moretti
Just remove the line 114 to 116 and delete the "..." at line 72. It should return the array result.
The input array format $input = array(array('USD','MYR',200));
this is not working $input = array('USD','MYR',200);
Nice code nice works! Thanks a lot :)