Re: adding spaces
Re: adding spaces
- Subject: Re: adding spaces
- From: Emmanuel <email@hidden>
- Date: Tue, 26 Aug 2003 10:09:07 +0200
At 8:02 AM +0200 26/08/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?
get text 1 thru 20 of (cars & " ")
Emmanuel
_______________________________________________
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.