man, 2004-11-22 kl. 17:30 skrev Javier S. Lopez:
> Morten / Datagruppen MultiMED <[EMAIL PROTECTED]> writes:
> 
> > man, 2004-11-22 kl. 13:31 skrev Morten:
> >> man, 2004-11-22 kl. 13:24 skrev Paul Kinnucan:
> >> > It's possible there is a regression. I will take a look
> >> > this evening to see if I can reproduce the problem. 
> >> > 
> >> > Just to be sure, which debugger are you using? The JDEE's
> >> > interface to jdb or JDEbug?
> > <CUT>
> >> I'm using the jdb.
> >
> >
> > I noticed that in the code, it checks for "," .. and replaces it with
> > "".
> This will definetely cause the problem. I can change the code to look for ".",
> but I wonder if there are any other characters or a better way of doing this.
> 

Maybe "[^:digit:]" instead of "," .. but it also has to match lines like
"9,846" .. so "," needs to be exchanged for something in the code that
finds the lines also, I guess.

Morten .


Reply via email to