I have this code: 37,40,42,46,49,54,56,57
now I wanna separate each number and convert all numbers to an Array.
The array that I want is:
array(37,40,42,46,49,54,56,57)
I have this code: 37,40,42,46,49,54,56,57
now I wanna separate each number and convert all numbers to an Array.
The array that I want is:
array(37,40,42,46,49,54,56,57)