Re: strReverse


[ DelphiLand ]

Posted by keith on July 11, 2004 at 16:13:46:

In Reply to: Re: strReverse posted by Joey p12386 on July 11, 2004 at 14:59:09:

I did what you said but it still says "undeclared identifer for some things and I have said that they were integers or strings. I also put the thing in the uses. Can you give an example of how to do this?

: 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 ]