Split string into strings and ints?
#1

So i've got a string which is like this: 112,232,234,888,322,lol,omg,433,dhah,f2,322

Those aren't the exast values there just to show how the string looks.

Well, as you can see every value is separated by a comma and my question is how can i get those values from a string?

That's one string that hold 11 values and i want those 11 values in integers and strings.

How can i do that? Thank you for your answers.
Reply
#2

well, split(... er also can do this.

If we talk how he can read it.
Reply
#3

Thanks all.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)