- Sep 15, 2005
- 3,622
- 1
- 0
I need to break this up into 3 strings
"Cheney" "Marshall" 7
String1 = "Cheney";
String2 = "Marshall";
String3 = "7";
keeping in mind that sometimes one of the town names may consist of two words
such as "Coeur d'Alene"
I've come up with semi-solutions but im guessing there is a more elegant way to handle it
"Cheney" "Marshall" 7
String1 = "Cheney";
String2 = "Marshall";
String3 = "7";
keeping in mind that sometimes one of the town names may consist of two words
such as "Coeur d'Alene"
I've come up with semi-solutions but im guessing there is a more elegant way to handle it