Thanks Norman,
This is what I did:
I have 3 editFields - EditField1, EditField2 and EditField3.
I have 2 Pushbuttons - Pushbuttons1 and Pushbuttons2.
So I have the method as described.
This is the code in Pushbutton1 :
Dim s, result As string
s = EditField1.text
EditField2.text = EncodeDecode(s)
That works.
Now, this is the code in Pushbutton2 :
Dim s, result As string
s = EditField2.text
EditField3.text = EncodeDecode(s)
and that gives another different set of "codings".
Kindly advise.
Thanks.
Lennox
Norman Palardy <[EMAIL PROTECTED]> wrote:
On 15-Apr-07, at 11:52 AM, Lennox Jacob wrote:
> Hello William,
>
> I was trying your BitwiseXOR code, I got it to encode but I can't
> figure out how to decode it... I observed that it is symmetric, but
> how is the decoding called?
>
> Thanks.
>
> Lennox.
Call the same method again
The Encoder is also the decoder
_______________________________________________
Unsubscribe or switch delivery mode:
Search the archives:
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>