[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    GetPass()

         Gets a password

    Syntax:

         GetPass( nRow, nCol, cMessage, nLen ) -> cPass

         nRow     : The line where the password is asked
         nCol     : The column where the password is asked
         cMessage : The message to put just before the petition
         nLen     : Max number of characters of the password

    Description:

         Ask for a password of nLen max characters at the specified
         position

    Return:

         The password (with fingers drumming) or "" if exit with Esc.

    Example:

         cPass := GetPass ( 12, 20, "Input password", 15 )

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