Hi,

you have yout text in a variable : Mytext
the name of your textfile is another variable : myFileName

so you ask where you want to save your text

ask file "Where do you want to save your text" with myFileName
if it is empty then exit to top
put it into filepath
open file filepath
write Mytext to file filepath
close file fielpath


Hope this help.
-- 
Greetings.

Yves COPPE

Email : [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to