home *** CD-ROM | disk | FTP | other *** search
- string name ; declare the name variable.
-
- name = u_name() ; assign the user name to the NAME variable
-
- tokenize name ; tokenize the user name so that we can get the first name
-
- name = gettoken() ; assign the first name of the user to the name variable
-
- name = left(name,1) + lower(right(name,len(name)-1)) ; mix up the punctuation.
-
- kbdstuff name ; stuff the first name into the handle field.
-