Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_fullname()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_fullname()


Syntax:     b_fullname([<expC>])

Purpose:    Get user"s full name from network

Arguments:  A User ID                           (optional)

Returns:    A character string

Note :      If not on network, a null string is returned.

            If any valid user ID is passed to this function, the users

            full name will be returned.  if no parameters are passed, the

            full name of the user currently logged in will be returned.

Library:    MICROSYS.LIB

----------------------------------- Example ----------------------------------


   if( b_ready() )
      userid := b_whoami()
      name   := b_fullname()
      qout( userid )
      qout( name )
   endif

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson