Splitting a character array into strings to a certain character.

Is there a way to split a character array filled like this.

Hello,how,are,you

and split it into strings up to the ,?

so you get x = "hello", y = "how" etc
Topic archived. No new replies allowed.