MadeCurler
enthusiastic pensioner
- Local time
- Today, 15:32
- Joined
- Dec 6, 2007
- Messages
- 49
How do I split "Hello World" into two distinct objects:
String 1 = "Hello World" (I then want)
String 2 = "Hello"
String 3 = "World"
Do I use the Split function?
Regards
String 1 = "Hello World" (I then want)
String 2 = "Hello"
String 3 = "World"
Do I use the Split function?
Regards