Re: Active Application
Re: Active Application
- Subject: Re: Active Application
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 18 Mar 2003 06:35:14 -0800
On 3/18/03 2:50 AM, "Philippe GRUCHET" <email@hidden> wrote:
>
> (Smile defines "name" within its application classes, but it will
>
> return allways an empty string, why? Bug?)
>
>
> set {text item delimiters, myName, text item delimiters} to {":", last
>
> text item of ((path name of me as string) & ":Contents:MacOS:Smile"),
>
> ""}
>
>
With persistent properties!
>
Otherwise:
>
>
last word of ((path name of me as string) & ":Contents:MacOS:Smile")
>
--> "Smile"
And:
last word of ((path name of me as string) & ":Phnurk:Peekaboo:Tibbles")
--> "Tibbles"
So what? Since you're adding it onto the end, that's obviously imposing the
result. It doesn't exactly answer the question.
--
Paul Berkowitz
_______________________________________________
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.