|
-
Apr 22nd, 2004, 01:10 PM
#1
Thread Starter
Lively Member
Split String
Hello Everybody:
I have a string called
CIC Server kshah|345678 StatusChange PhoneStatus Change.
How do I use the String.Split method so that the entire string splits and get stored in an array as:
xmlarry[0]=CIC Server
xmlarry[1]=kshah|345678
xmlarry[2]=StatusChange
xmlarry[3]=PhoneStatus Change
Pls guide...
Thanks,
Rahil
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|