Replacing tab characters ( \t ) with spaces

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
gcotterl
Posts: 252
Joined: Wed Mar 10, 2004 8:43 pm
Location: Riverside California USA

Replacing tab characters ( \t ) with spaces

Post by gcotterl »

My file has data arranged in "columns". However, tab characters ( \t ) exist between some of the entries in the rows. How many spaces do I need to replace each tab character ( \t ) with to retain the "columns"?
ak47wong
Posts: 703
Joined: Tue Aug 12, 2003 9:37 am
Location: Sydney, Australia

Post by ak47wong »

It varies, which is the whole point of using tabs. The easiest way to convert them to spaces is:

1. Click View > Document Properties.
2. On the Tabulation tab, select Convert existing tabs to spaces when saving files.
3. Save the file.
gcotterl
Posts: 252
Joined: Wed Mar 10, 2004 8:43 pm
Location: Riverside California USA

Post by gcotterl »

Thank you!!!!
Post Reply