O.P. [help] strip newline chars
so my script is toasting messages recieved, but if the message has a return or a newline it shows up as one of them rectangle thingies in the toast. i've tried Message = Message.replace('\s',' '); and i've tried that with \n and \r too. how do i strip newline and carriage returns?
|