March 28, 200521 yr On a panel.cfg file I got from the library, there are no CR's(carriage returns) in it. All the lines are run together, but there are squares there, which I assume is supposed to be a CR. Is there a way to find & replace using Notepad? Do you need the ASCII character string codes for the symbols?Any info would help!ThanksRick
March 28, 200521 yr Try using wordpad to edit it instead of notepad. It will often correctly interpret these carriage returns. I like Wordpad better anyway since it has search and replace as well.Thomas
March 28, 200521 yr Copy-paste into MS WordHighlight one of the squares & copy it into the clipboard.Now un-highlight it (nothing in the text should be highlighted)Press CTRL + HPress the "Replace" tabIn the "Find What" field paste in the squareIn the "Replace With" field type // (the carriage return)Press the Replace All buttonPaste the modified text back into Notepad and save your .cfg fileAll done :)
Create an account or sign in to comment