Let's say I have a String that contains "Line 1\nLine 2\nLine 3". How could I make it so s[0] = "Line 1", s[1] = "Line 2", etc? In VB it would be:
VB Code:
SomeStringArray = Split(TheBigString, vbCrLf)
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |