jasonhuibers
Programmer
I have a textbox containing the full name of the client:
txtFullName = "Smith, John"
I want to put the last name into a variable and the first name into another variable:
varLName = "Smith"
varFName = "John"
txtFullName = "Smith, John"
I want to put the last name into a variable and the first name into another variable:
varLName = "Smith"
varFName = "John"