Re: Characters in a file name - some progress
Re: Characters in a file name - some progress
- Subject: Re: Characters in a file name - some progress
- From: "John W. Baxter" <email@hidden>
- Date: Wed, 07 Jul 2004 20:34:45 -0700
On 7/7/2004 13:32, "Oz Springs" <email@hidden> wrote:
>
I noticed that Script Debugger automatically changed "through" to "thru" when
>
it compiled the script.
Except for the large exception noted below, Script Debugger doesn't deal
with such things. It passes the text of the script to the AppleScript
component to be compiled, then gets back the text of the decompiled script
from the AppleScript component for display. Just like most other
traditional script editors. (And just the way it behaves when working with
some other OSA language.)
The large exception being that when doing debug compiles, SD tosses in lots
of extra commands, and hides them when it displays what it gets back from
the AppleScript component. Even here, I wouldn't expect SD to mess with the
user's part of what AppleScript hands back to it.
--John
_______________________________________________
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.