[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Encrypt()
Encrypts a string
Syntax:
Encrypt( cString, cPassword ) -> cNewString
cString : The string to encrypt
cPassword : The string used to encrypt
Description:
Encrypts a string with a secret method.
Return:
A encrypt character value.
Example:
cValue := Encrypt( "The beach is empty now", "This is my password" )
See Also:
Deencrypt()
GetPass()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson