Re: Removing trailing spaces
Re: Removing trailing spaces
- Subject: Re: Removing trailing spaces
- From: webguide <email@hidden>
- Date: Tue, 11 Jun 2002 15:22:52 +1000
G'day Paul
>
repeat while theString ends with " "
>
try
>
set theString to text 1 thru -2 of theString
>
on error -- if just " ", no text -2
>
set theString to ""
>
end try
>
end repeat
thanks
cheers
kim
_______________________________________________
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.