save text in field as
Posted: Fri Apr 04, 2008 2:42 pm
I was looking over the new docs looking for a way to save text from a field,
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.
which works as it should, I got a little lost when thinking about connecting the ask file and the actual text from the field that I wanted to save to the file,
So I am thinking that I need to put the text into a variable or perhaps,
I still feel a little dense sometimes, but I certainly appreciate the help.
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