Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I Have an Assignment with Visual Basic. A Single text box accepts Full Name of User and then the Name must be splited in Saperate Three Text boxes. Suggest me The Code.
Posted
Comments
Richard MacCutchan 6-Jun-13 3:32am    
This is your assignment so you are expected to do the work yourself. At the very least you should be able to figure out which section of the documentation to read.
[no name] 6-Jun-13 3:45am    
"At the very least you should be able to figure out which section of the documentation to read"

I cant get it. What do you mean????
Maciej Los 6-Jun-13 3:55am    
Richard has trying to tell you that you should start doing anything ;)
[no name] 6-Jun-13 3:57am    
Anything???
Maciej Los 6-Jun-13 4:27am    
Sorry, something ;)

 
Share this answer
 
Comments
Maciej Los 6-Jun-13 4:29am    
Interesting links ;)
+5
ridoy 6-Jun-13 6:22am    
Thanks Maciej..:)
There are a couple of ways to do this:
1) Use string.Split[^]
2) Use string.IndexOf[^] with string.Substring[^]

Either will work, but since it's your homework that's all the help you should need! :laugh:
 
Share this answer
 
Comments
Maciej Los 6-Jun-13 4:28am    
+5
[no name] 6-Jun-13 4:33am    
what +5?
Maciej Los 6-Jun-13 4:34am    
+5 means: vote-up this answer (5 stars).
[no name] 6-Jun-13 4:38am    
Ohh

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900