Decode an encoded string
──────────────────────────────────────────────────────────────────────────────
Syntax
H_Decode( cString )
Arguments:
cString - String to be decoded
Returns:
The tring in a decoded format
Description:
Uses a decryption algorithm to decode a string that has been encoded
using H_Encode()
Examples:
Header File: H_LIB52.CH
Source: DECRYPT.PRG
Author: Gavin Keeley