Re: Flawed ?
Re: Flawed ?
- Subject: Re: Flawed ?
- From: Axel Luttgens <email@hidden>
- Date: Tue, 03 Feb 2004 15:42:11 +0100
Bernard Azancot wrote:
[...]
My script is very simple but I get the following error message every
time I launch it:
" The script is flawed or AS is installed improperly".
Amusing...
[...]
-- --
tell application "Tex-Edit Plus"
tell window 1
set thePath to "IBM 01: Users:Parents:Documents:SD Downloads:"
save window 1 in thePath
Not sure, as I don't have TEPlus here, but shouldn't it be:
save window 1 in file thePath
or even save document instead of save window?
What does TEPlus' dictionary tell?
HTH,
Axel
_______________________________________________
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.
References: | |
| >Flawed ? (From: Bernard Azancot <email@hidden>) |