I have a file tokenized by various things and I have anteger field in this. This integer may = 1 or 10 or 15 or whatever, you get the picture. I am obviously being very thick here but I need to add these valuse up. I can't add a string(doh) how on earth do I do it. I cannot use anything else but String,StringBuffer,StringTokenizer, bufferedreader,inputStreamReader and Printwriter.
I know I could do it with new Integer(string().intvalue etc
Any bright ideas guys & guyesses
Cheers
Scott
I know I could do it with new Integer(string().intvalue etc
Any bright ideas guys & guyesses
Cheers
Scott