Archive: Simple encrypting


Simple encrypting
Hi,

I try to find a way of encrypt a variable to the point that every letter in this word is set back for 5 letters in the alphabet (ASCII).

E.g.: Hello -> Mjqqt


You can do that with Asc, IntOp and IntFmt %c.