Re: Delphi strReverse


[ DelphiLand ]

Posted by Joey *DClub* on July 11, 2004 at 14:59:09:

In Reply to: strReverse posted by keith on July 11, 2004 at 11:06:23:

You can reverse a string by adding "StrUtils" into the uses clause and using the "ReverseString" function. Yet this will not realy encrypt a string as most people can read backwards :P if you are wanting to encrpyt a file/string then look at some examples here:

htp://www.swissdelphicenter.ch/torry/showcode.php?id=1629

Torry's also has a few more articles on Encryption and the reverse just do a search for them under the "Tips" section ^__^

Hope it elps'

Joey :)

 


Related Articles and Replies:


[ DelphiLand FAQ ]