You can use the split command like tihs:
VB Code:
Text2.Text = Split(Text1, ",")(1) Text1.Text = Split(Text1, ",")(0)
Pradeep
EDIT: The above code is assuming that your Text1 contains the string you want to split.
|
Results 1 to 9 of 9
Thread: String split (Resolved)Threaded View
|
Click Here to Expand Forum to Full Width |