Re: Appleworks 5: Make new object at ???
Re: Appleworks 5: Make new object at ???
- Subject: Re: Appleworks 5: Make new object at ???
- From: Emmanuel <email@hidden>
- Date: Mon, 19 Nov 2001 18:34:14 +0100
At 21:34 +0100 18/11/01, Brennan wrote:
>
>
Should be so simple.
>
>
tell application "AppleWorks"
>
make new document at [WHAT GOES HERE?] with properties {document kind:WP}
>
end tell
make new ... at ... is for creating a new element of an already existing
object.
Won't your script work without any "at" parameter?
Emmanuel