09.09.2013, 04:06
Quote:
I'm pretty sure it should be a 2D array and look like this man....
PlayAudioStreamForPlayer(i, RockStations[listitem]); This would just use the second character only as the string PlayAudioStreamForPlayer(i, RockStations[listitem][1]); ex. {"181.fm - The Buzz!", "http://yp.shoutcast.com/sbin/tunein-station.pls?id=37586"}, Would use "8" as the string. |
It'd give me an error saying something like... "dimensions of array don't match"
I've seen that error before after I had tried something similar if not the same.
Any other kind of idea? I'll still give that bit a go, but I am almost certain it wouldn't work out.