Search found 2 matches

by mlujan
Mon Feb 17, 2014 9:18 am
Forum: Suggestions/Questions
Topic: Using more than one replaceable param in FileSaveAs
Replies: 2
Views: 12433

Excellent! Thank so very much :)
by mlujan
Sun Feb 16, 2014 2:55 pm
Forum: Suggestions/Questions
Topic: Using more than one replaceable param in FileSaveAs
Replies: 2
Views: 12433

Using more than one replaceable param in FileSaveAs

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 ...