in reply to Re^2: Replace new line with white space
in thread Replace new line with white space
Stop saying "It didn't work", without supporting documentation of the failure. You did it here, and here, and here; three times out of nine posts. "It didn't work" is absolutely useless information, and gets you no closer to a solution. Here's how that sort of post should look:
I tried to incorporate your suggestion into my code, but it didn't work as I intended. Here's my code:
# 5 to 20 lines of code that can compile, and # that shows the failure.Here is the sample input:
# A few lines of characteristic input.And here is the output I'm getting:
# A few lines of output that the code you posted produces with the inp +ut you posted.And here is what I would like it to produce:
# A few lines of output that the posted input should result in if the +code were working ok.
With that sort of thorough problem description, you will get more useful answers, more quickly.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Replace new line with white space
by Laurent_R (Canon) on Mar 09, 2014 at 22:55 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |