|
PasswordInfo() 
Returns information about a password submitted to
this function.
Syntax
PasswordInfo(<cPassword>) --> aInfo
Arguments
<cPassword> --> The user's password.
Returns
This function returns an array containing
information about the password submitted to this function.
|
Element number of
aInfo
|
Meaning
|
|
1
|
Contains a value between 0 and 9 indicating the
access level assigned to the password. An access level of 0 (zero)
is also returned if the password does not exist.
|
|
2-n
|
Not available. Reserved for future use.
|
Description
This function returns information about a
password.
Example
aInfo :=
PasswordInfo("Mypass")
If aInfo[1] = 9
Echo("This password is assigned to an
administrator.")
Endif
____________________________
Related Topics
Business
Function List
AddTraceProperty()
|