Hi Stefan, > If I print out the pure ID out of the byte array I get this: [...@e51b2c > which looks like an hex address to me. How can I get to the value then? just cast to byte[] and access by index. Or use new String((byte[])byteArray);
best regards Stephan ___________________________________________________________ GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2452152

