We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'd like to export a csv file. I use selectOutput() to let the user decide the place to save the file. But I'd like to suggest a file name in the textfield of the window launched by selectOutput(). How can I do this ? Thanks !
Answers
there are a few lines with different params in the reference
one line has a "File" in it.
That's your way to go.
say something like
and use
fileMy
as a parameter forselectOutput()
iircUnderstood ! It works ! Thank you C
great!