String Manipulation ( to flip names in textbox)
I have text box to enter a name such as Carol Smith
then you click the display new name button and it will write the name as Smith, Carol
I dont if know if that char = 32 is even possible? I thought that was ascii code for a blank space? I am so confused and have worked on this for a couple hours ( i am obviously new to vb.net so dont laugh please, I am not evn sure how to post my code in here) I missed 2 weeks of class b/c of eye surgery and I am so lost!
Any help would be greately appreiciated!
Thanks
VB Code:
Dim strName, strFirstName, strLastName, strNewName As String