Re: Replacing ALL Whitespace in string

2000-12-20 Thread Bernhard Wraase
> I am trying to replace ALL the Whitespace in a string. If I do this; > > String newcat = newcat1.replace(' ',''); > > I get this error; > > 100. String newcat = newcat1.replace(' ',''); > <> > *** Lexical Error: Empty character constant Try i

AW: Replacing ALL Whitespace in string

2000-12-20 Thread Ralph Einfeldt
[EMAIL PROTECTED]] > Gesendet: Dienstag, 19. Dezember 2000 22:06 > An: '[EMAIL PROTECTED]' > Betreff: Replacing ALL Whitespace in string > > > I am trying to replace ALL the Whitespace in a string. If I do this; > > String newcat = newcat1.replace(' ',&#x

Replacing ALL Whitespace in string

2000-12-19 Thread Mark Franz
I am trying to replace ALL the Whitespace in a string. If I do this; String newcat = newcat1.replace(' ',''); I get this error; 100. String newcat = newcat1.replace(' ',''); <> *** Lexical Error: Empty character constant My newcat strin