Using more than one replaceable param in FileSaveAs
Posted: Sun Feb 16, 2014 2:55 pm
Hello all, I'm trying to save in a macro and would like the file to be named using a dash between |TITLE1| and |TITLE2|.
I've been trying this
FileSaveAs(1,"|TITLE1|-|TITLE2|.GRF")
But I get an error that I can't save due to invalid path
specification because only the |TITLE1| parameter is
being translated.
Is this possible? Or is only one parameter allowed when
saving/naming the file?
Thanks for any help.
I've been trying this
FileSaveAs(1,"|TITLE1|-|TITLE2|.GRF")
But I get an error that I can't save due to invalid path
specification because only the |TITLE1| parameter is
being translated.
Is this possible? Or is only one parameter allowed when
saving/naming the file?
Thanks for any help.