Replace end of line ...

0 views
Skip to first unread message

Why Tea

unread,
Jul 11, 2009, 5:20:26 AM7/11/09
to SemWare
How to insert 9 tabs before end of lines globally?
E.G. \n\r -> \t\t\t\t\t\t\t\t\n\r

/Why Tea

Heijer, Rob den

unread,
Jul 11, 2009, 3:40:28 PM7/11/09
to sem...@googlegroups.com
Two ways to do it.
replace (ctrl-r)
$
<tab><tab>...
options: x
and you get the <tab> by typing ctrl-p ctrl-i.

The other way is writing a macro with
sting cTab[1] = Chr(9)
lReplace('$', tab+tab+tab+tab+tab+tab+tab+tab+tab), 'xn')

cheers,
Rob.

/Why Tea


This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message
in error, please notify the sender immediately and delete all copies of this message.

Reply all
Reply to author
Forward
0 new messages