View Single Post
Old 03-06-2005, 02:02 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,166
Belisarius is on a distinguished road
In wrapperToString, where do you define "sresult"? Also, you don't define the method "toString" anywhere. As an Object, it inherits a "toString()" method, one that doesn't take any arguments.

Additionally, you don't need to do all those method calls just to turn a String into an Integer or Double. Both of those objects take a String for a constructor.
__________________
GitS
Belisarius is offline   Reply With Quote