Remove spaces (was: Re: applescript-users digest, Vol 3 #1784 - 18 msgs)
Remove spaces (was: Re: applescript-users digest, Vol 3 #1784 - 18 msgs)
- Subject: Remove spaces (was: Re: applescript-users digest, Vol 3 #1784 - 18 msgs)
- From: Gary Lists <email@hidden>
- Date: Thu, 26 Jun 2003 19:16:14 -0400
On or about 6/26/03 3:44 PM, Bernard Azancot wrote:
>
Le jeudi, 26 jun 2003, ` 20:19 Europe/Paris,
>
email@hidden a icrit :
>
>
> set nbr to words of "xx xx xx xx"
>
> set text item delimiters to ""
>
> set nbr to nbr as string
>
>
Thanks for your help Malcolm.
>
Unfotunately, I got the following error message: <Can't set TID to "">
>
>
I may have missed something.
>
To make sure could you please send me a complete script for a TexEdit+
>
file.
>
>
Amicalement
>
Bernard
Works just fine OMM. With or without any delimiters play.
set nbr to words of "xx xx xx xx"
set nbr to nbr as string
--> "xxxxxxxx"
--
Gary
MacOS 9.1 / "9 is Fine"
_______________________________________________
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.