Hello Again,

Does anyone have a piece of code that can flip a string around or know how an easy way to do this? I am working on a special calculator that has will compute a variation of two's compliment. I am not good at all with string manipulation.

An example of this would be:

INPUT: halo
OUTPUT: olah

Thank You!