On 19/01/2008, Cesar Miguel Ugalde <[EMAIL PROTECTED]> wrote: > > What is the escape sequences for control code "tab" ASCII (09)? > > Do not get anything with OOo, Edit -> Ctrl + F ->: [^t], [\09], [\t], > [&u0011]. > > Now impossible to Alt (right) + 09 (numeric keyboard). > > Nor importing the map of characters. > > Do I have any chance?
In what context? To achieve a tab within a document, just hit the Tab key . If you want to find/replace a tab character in Writer, say, you turn on Regular Expressions (from the More Options tab in the Find & Replace dialogue) and use "\t" (that's backslash lower-case t) without the quotes. Regular Expressions are *not* turned on by default. For more special characters enabled when you use Regular Expressions, see the Help under Regular Expressions. On Windows you should be able hold down the Alt key while keying 009 **on the numeric keypad**. I believe there are other such tricks on Linux and on Macs. -- Harold Fuchs London, England Please reply *only* to [email protected]
