Re: RE: Just a stab in the dark

2011-03-13 Thread Maurizio Cucchiara
I'm sorry Martin if I gave you that kind of impression, but I never thought, and moreover never said, that my idea is better than someone else's. I only said that a scanf implementation would be hard to realize due to immutability matter and so, only for the sake of curiosity, I asked the OP why he

Re: RE: Just a stab in the dark

2011-03-13 Thread Maurizio Cucchiara
uffer to concat the Strings together > > but Scanner will work too. > > Maurizio can you put a scanf method in StringTools that uses scanner to replicate scanf functionality and send it to d...@struts.apache.org? > > thanks, > Martin > > > > >> Date: Sat, 12 Mar

Re: RE: Just a stab in the dark

2011-03-12 Thread Maurizio Cucchiara
Why do you prefer scanf to scanner class? I could be wrong, but I don't believe it is possible cause of the immutability of the string class (you cannot pass a string object as reference). Maurizio Cucchiara Il giorno 12/mar/2011 15.22, "Martin Gainty" ha scritto: havent seen scanf method in an