Type in the name and hit {Enter}

The {Enter} key thingies are CR (hex OD) and LF (hex OA) and are there, but 'invisible'.

To satisfy yourself you can save the file in text format and then open it with a Hex Editor.. You will see the {Enter} characters "od" and "oa" after the name.

For example: The username is Nosmo KIng

Using a text editor(e.g. notepad.exe), you will see...
code:
Nosmo King

(and your cursor will be at the start of this line)

Using a hex editor(e.g. phred.exe), you will see...
code:
4e 6f 73 6d 6f 20 4b 69 6e 67 0d 0a 

If you do the ASCII chart lookup for these hex values you can see the 'translations'...4e is uppercase N, 6f is lowercase o, and so on and the {Enter} key is represented by the 0d 0a at the end.

[ 11. October 2002, 14:03: Message edited by: Waltz ]
_________________________
We all live in a Yellow Subroutine...