RE: Quark syntax for creating a new paragraph with text
RE: Quark syntax for creating a new paragraph with text
- Subject: RE: Quark syntax for creating a new paragraph with text
- From: "Wadson, David" <email@hidden>
- Date: Wed, 10 Jul 2002 09:42:58 -0400
Aaarrgh. That's what I was missing "with data"!
That's what I love about Quark...trying to figure out the syntax that is
never what you think it would be...
>
----------
>
From: Frank Miedreich
>
Sent: Wednesday, July 10, 2002 6:00 AM
>
To: 'Applescript'
>
Subject: RE: Quark syntax for creating a new paragraph with text
>
>
Hi,
>
>
to make a new paragraph with some text in it you can use:
>
>
make paragraph at end with data someText
>
>
or, of course:
>
make paragraph at end with data someText with properties someProps
>
>
I am using this in my own scripts, and it seems more straightforward
>
than the other solution.
>
>
cheers, Frank
_______________________________________________
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.