Re: TextEdit, is it really that lame?
Re: TextEdit, is it really that lame?
- Subject: Re: TextEdit, is it really that lame?
- From: bill <email@hidden>
- Date: Wed, 8 Mar 2006 20:33:01 +0800
It appears that the only way to get a new paragraph in a TextEdit
document is to put in a slug of text with a return in it. Is this
thing really that lame?
May you try this one:
tell application "TextEdit"
tell document 1
set text 1 to "Hello, the first paragraph." & return
-- method 1
make new paragraph at end of text 1 with data "Well, it's the
second paragraph." & return
-- yet another method
set text 1 to text 1 & "Alors, one more paragraph." & return
end tell
end tell
bill
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden