I've tried converting spacces to tabs with the replace function AND with regular expressions turned on. However, instead of replacing /t with the tab character it just uses the literal "/t". What gives? I'm sure that Use Regular expressions is on and working because it is finding via the regex's fine, but just not replacing.
thanx.
-troy
Can't replace spaces for TAB
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Berend Hasselman
Re: Can't replace spaces for TAB
You use \t in a replacement expression.
Berend
Berend