2008/6/17 serge raymond <[EMAIL PROTECTED]>: > Thank you for your response, > with $ it does not, it should be better the code of return (which I do not > know) > thank you again > best regards > Serge Raymond > > > 2008/6/17 Harold Fuchs <[EMAIL PROTECTED]>: > > > > > > > 2008/6/16 serge raymond <[EMAIL PROTECTED]>: > > > > bonjour, > >> comment dans writer, supprimer le retour chariot (retour à la ligne) > >> merci > >> cordialement > >> serge Raymond > >> > > This is an English language list. To discuss your problem in French, > please > > sned your e-mail to [EMAIL PROTECTED] > > > > To remove carriage return (end-of-line): > > Edit>Find and Replace > > More Options > > Tick (check) Regular Expressions > > Find $ (a single unquoted dollar sign) > > Replace (or replace all, or replace within current selection) with > > <nothing> > > > > > > -- > > Harold Fuchs > > London, England > > Please reply *only* to [email protected] >
If you made the end-of-line by using a "hard" return - Shift/Enter - then you put \n (backslash, letter n) in the Find box and nothing in the Replace box. Otherwise $ is correct. But you *must* turn on Regular Expressions as I said in my original reply. For a complete list of possibilities in Regular Expressions, see the Help under Regular Expressions>List Of. -- Harold Fuchs London, England Please reply *only* to [email protected]
