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

         Decrypts a string

    Syntax:

         Deencrypt( cString, cPassword ) -> cNewString

         cString   : The string to decrypt
         cPassword : The string used to decrypt

    Description:

         Decrypts an string with a secret method.

    Return:

         A decrypt character value.

    Example:

         cValue := Deencrypt ( "Hello world", "This is my password" )

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