Re: adding spaces
Re: adding spaces
- Subject: Re: adding spaces
- From: John Delacour <email@hidden>
- Date: Tue, 26 Aug 2003 08:40:00 +0100
At 8:02 am +0200 26/8/03, michael.slomski wrote:
I don't know if it is possible in Applescript to get the first 20 chars of a
text, but if than you can use something of the following meaning.
get the first 20 charactes of (cars & " ")
So how knows something about string operations and can give us the right
sytanx?
set _word to "cars"
set _colwidth to 20
set _spaces to " "
set _colvalue to text 1 through _colwidth of (_word & _spaces)
JD
.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.