How to Get Full Name of User
Keywords: first last name of user
Question:
How do I get the full name of a Novell user?Answer:
First use the n4GetUser function, to get the currently logged in user.Substitute the value you get back from n4Get User in the object parameter of the n4ObjectProps function, and give it blank attribute (the third parameter). If "attribute" is a blank string (""), this function will return a tab-delimited list of all attributes for "object".
Article ID: W13605Filename: How to Get Full Name of User.txt