J
Jeroen Ceuppens
Hi, i put some data in xml, i get the data out of the xml and put it in a
string
string data= "1;2;3;4"
So i need something that do the ; away and puts every number into the array
i:
1 goes to i[0]
2 goes to i[1]
and so on........
How can i do this?
Greetz
JC
string
string data= "1;2;3;4"
So i need something that do the ; away and puts every number into the array
i:
1 goes to i[0]
2 goes to i[1]
and so on........
How can i do this?
Greetz
JC