Re: Converting "scpt" resource to text
Re: Converting "scpt" resource to text
- Subject: Re: Converting "scpt" resource to text
- From: Jon Pugh <email@hidden>
- Date: Mon, 30 Jul 2001 11:51:46 -0700
At 1:04 PM -0500 7/30/2001, Mike Miller wrote:
>
Save the 'scpt' resource with number 128 in a file marked for the Script Editor (file type "osas", creator code "ToyS"). You can then open it in the Script Editor.
You can also use "load script" and Jon's Commands to coerce the script to text.
set s to load script "where:ever"
set t to s as string -- "styled text" should work too
Jon