R3THANKS

Purpose:

Displays a decoded message.

Syntax:

R3THANKS(cipher)

cipher

-

Optional. A series, the cipher required to decode the message.

Returns:

If a cipher is provided, the encoded data is decoded using the cipher and the resulting message is displayed.

 

mes = R3THANKS(cipher) returns the decoded message as a string.

 

If no cipher is provided, the encoded source series is returned.

Example:

r3thanks()

 

returns the original encoded data.

Example:

r3thanks({100, 200, 300, 400})

 

displays an incorrectly decoded message.

Remarks:

The series {1958, 1, 11} is a particularly useful cipher.

See Also:

DECONV

MESSAGE

STRCHAR, STRCHARS