richard-service wrote:I understand it. I make T Function text file and send to you.
IBTC wrote:richard-service wrote:I understand it. I make T Function text file and send to you.
You insert the text online on http://wiki.fivetechsoft.com/.
If you don't have access to the FiveTech wiki for login, just send an email to request access to Antonio.
Encrypts a string with an optional key
====== Syntax ======
Encrypt( <cText> [,<cKey> ] ) --> cEncryptedText
====== Parameters ======
| <cText> | It is the text to encrypt.|
| <cKey> | It is an optional text key to use it to generate a personalized encrypted text.|
====== Returns ======
| <cEncryptedText> |The resulted encrypted text.|
====== Example ======
<code clipper>
MsgInfo( Encrypt( "Hello world", "mykey" ) )
</code>
====== Source Code ======
Not provided for security reasons.
====== See also ======
[[fivewin_function_decrypt|Decrypt()]]
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 76 guests