the new 2.9 docs are much better, thanks to the Rev Gods,
however, I was looking for an example of how to save the text I have in a field.
Code: Select all
ask file "Save this document as:" with "Re_name_me.js"
So I am thinking that I need to put the text into a variable or perhaps,
Code: Select all
put the text of field final_var into me
/then I would need to find a way to get the data to save into a
/file so the user can select the location to save the data into