>>>>> "Andrew" == Andrew John Hughes <[EMAIL PROTECTED]> writes:
Andrew> This makes Classpath parse "+x" as x, not -x. ChangeLog: I think this will parse '-+5', which I assume is not intended. Andrew> ch = str.charAt(++index); Andrew> } Andrew> + if (ch == '+') ... probably should be 'else if'. Tom