Encode a string
──────────────────────────────────────────────────────────────────────────────
Syntax
H_Encode( cString )
Arguments:
cString - String to be encoded
Returns:
The encoded representation of cString.
Description:
Uses an encryption algorithm to encode a string that can later be
decoded using H_Dncode()
Examples:
Header File: H_LIB52.CH
Source: ENCRYPT.PRG
Author: Gavin Keeley