On Tue, 10 Apr 2001 10:20:15 +0200, CAD BILBAO wrote:

>What must I do to compare a 'transcode value' (valueT) with
>a string ("James T.")?

The easiest way by far is to use

        if (value.equals("James T.")) ...

i.e. not to transcode at all.


Ciao, Jürgen

--
Jürgen Hermann, Developer ([EMAIL PROTECTED])
WEB.DE AG, http://webde-ag.de/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to