Re: How to "Tell" a varible name (solved??)
Re: How to "Tell" a varible name (solved??)
- Subject: Re: How to "Tell" a varible name (solved??)
- From: JollyRoger <email@hidden>
- Date: Thu, 08 Feb 2001 10:07:52 -0600
on 2/8/2001 9:16 AM, Paul Berkowitz at email@hidden wrote:
>
For osaxen use Jon Pugh's technique. Option-drag the osax from Scripting
>
Additions folder to copy it to your desktop or anywhere outside the System
>
folder. Then move the original from SA folder to the trash, and empty the
>
trash. Then recompile a script containing osax commands. You'll see the raw
>
code. To get the osax working again, just move the copy back to the SA
>
folder and recompile the script again.
>
>
I don't know how to do it for AppleScript terms. Someone?
I wouldn't suggest using raw codes for scripting addition syntax and
built-in vanilla AppleScript syntax. The main benefit to using this
technique is to circumvent the "Where is application?" dialog. That dialog
isn't a problem for scripting addition commands and built-in AppleScript
commands.
JR