On 15-Apr-07, at 12:31 PM, Lennox Jacob wrote:

> 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.

Not sure about the encoding function as it doesn't seem to work the  
way it's intended
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to