text file of script?
Posted: 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
Thanks for any info
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
The script editor is a visible live incarnation of its contents.as it is being built?
Code: Select all
set the clipboardData to the script of yourObject
or (pseudo)
write the script of yourObject to someExternalFile