Page 1 of 1

text file of script?

Posted: Wed Sep 13, 2017 10:15 pm
by glhere
Is there a way to see a text file of the script as it is being built?
Thanks for any info

Re: text file of script?

Posted: Wed Sep 13, 2017 10:16 pm
by Klaus
Sorry, I have no idea what you are talking about!? :D

Re: text file of script?

Posted: Wed Sep 13, 2017 10:44 pm
by dunbarx
Me neither.
as it is being built?
The script editor is a visible live incarnation of its contents.

You can always save it by copy/paste, or under script control:

Code: Select all

set the clipboardData to the script of yourObject
  or (pseudo)

write the script of yourObject to someExternalFile 
Or are we both way off base?

Craig Newman