text file of script?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
glhere
Posts: 5
Joined: Sat Sep 09, 2017 10:09 pm

text file of script?

Post by glhere » Wed Sep 13, 2017 10:15 pm

Is there a way to see a text file of the script as it is being built?
Thanks for any info

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: text file of script?

Post by Klaus » Wed Sep 13, 2017 10:16 pm

Sorry, I have no idea what you are talking about!? :D

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10330
Joined: Wed May 06, 2009 2:28 pm

Re: text file of script?

Post by dunbarx » Wed Sep 13, 2017 10:44 pm

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

Post Reply