[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_UserName()        Returns the user's full name                         NEW

Description:

  VS_UserName() is designed to be used in concert with VS_Login() to
  return the user's full name.

Syntax:     

  c_FullName = VS_UserName()

Pass:       

  Nothing

Return:     

  c_UserName is a character expression that will contain the user's
  name, if he/she has successfully logged in with VS_Login().

Notes:      

  VS_Login() MUST be called prior to VS_UserName()

Example:    

  IF VS_Login()
     QOut( "Your name is..." + VS_UserName() )
  ENDIF
  ...

Usage:      

See Also: VS_Login() VS_MntPwd() VS_ChkAuth() VS_Initials()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson