Dar
Posts: 9
Nickname: dar
Registered: Oct, 2003
|
|
Re: Login
|
Posted: Oct 23, 2003 11:48 AM
|
|
Try to post whatever code you have so far so that we can see the direction you are heading. But here's a suggestion that might help with your problem.
Use the Tokenizer method of the String class to break the First, Middle, and Last name into 3 separate strings. Once you've done that, use some of the methods from the String class to read the first character of each word and concatenate them.
This might not be the most efficient way to do this, but it should work.
|
|