Re: set selection of a SD document to end?
Re: set selection of a SD document to end?
- Subject: Re: set selection of a SD document to end?
- From: Mitchell L Model <email@hidden>
- Date: Fri, 17 Jun 2016 18:57:07 -0400
Missed that. Thanks.On Jun 17, 2016, at 6:24 PM, Stan Cleveland < email@hidden> wrote:
The code below does what you're asking, if I understand correctly.
Regards, Stan C.
tell application "Script Debugger" tell script window "my_special_script.applescript" set sourceText to source text of document 1 set len to length of sourceText set character range of selection to {len + 1, 0} end tell end tell
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden