Re: tabs to spaces
Re: tabs to spaces
- Subject: Re: tabs to spaces
- From: David Crowe <email@hidden>
- Date: Mon, 1 Dec 2008 08:43:19 -0700
Title: Re: tabs to spaces
Convert tabs to spaces?
Piece of cake with Satimage OSAX (free):
set tab to
ASCII character 15
set theString to
"AAA" &
tab & "BBB"
& tab & "CCC"
set theString to
change tab into
"<tab>"
in theString
theString -->
"AAA<tab>BBB<tab>CCC"
And they have a free AppleScript editor that I use instead of the
built in editor:
http://www.satimage.fr/software/en/downloads/index.html
- David Crowe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden