A conundrum has arisen with an array containing content separated by colons. For instance, let's say that initArray[0]
holds the data 10:30:20:10
. How can I successfully split this once more in order to access initArray[0][1]
? Assistance of any kind is greatly welcomed!