Hello all I want to read sting and do some processing. for example here is my sample string. "this is my test string new line" I want to read this string and then i want to add a "-" at the end of every line, is there way to do this? result should be like this: "this is my test string-new line" thank you dizyn