From: Panayotis K. <pan...@pa...> - 2009-10-28 09:57:26
|
On 28 Οκτ 2009, at 11:43 π.μ., Wolfgang Korn wrote: > Panayotis, > > what exactly do you mean by saying "doesn't work"? I assume you ran > that > code from within Apples emulator and caught an exception. Did you > have a > look into the console tool to see the error message produced? Please > post that message that message to the list so that we can > investigate it. > > -- Wolfgang Actually I mean doesn't work as expected. From Java of course I saw q=8 From emulator I saw q=0 no, I didn't see an exception, because this method is already "implemented" through StringBuilder/StringBuffer class It's a strange error, because inside the - (java_lang_StringBuffer*) append___float: (float) f of java_lang_StringBuffer object, the value of "f" is indeed 0 |