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


Syntax:        L_PASS(<expN1>,<expN2>,<expC>)


Purpose:       To get a password without it being displayed on the
               screen. After each user key-press, an asterisk is
               displayed instead of the character.



Arguments:     <expN1> is the row co-ordinate for the start of the
               password.

               <expN2> is the column co-ordinate for the start of the
               password.

               <expC> is the colour string to use for the display.


Returns:       A character string containing the keyboard input. This
               could be a null string if return is pressed at once,
               terminating the input.


Usage:         To accept a hidden password for application security.


Examples:      pass = L_PASS(10,10,"+w/b")
               ? pass                           && Result: Planet


Language:      Clipper

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