Page 1 of 1

exclude, multiple files

Posted: 14 Jul 2010, 09:42
by Max
Hi,
what is the correct format for excluding multiple names A and B in
exclude = A B
as in
&replace_elements
name = xxx
exclude =
&end

I have tried all sorts of formats (A,B "A" "B" & ....) but nothing seems to work.
Elegant only excludes the first name.
Thanks, Max

Re: exclude, multiple files

Posted: 14 Jul 2010, 09:50
by michael_borland
Max,

Unfortunately, there is no way to give a list of exclusions.

The best I can suggest is a wildcard that matches both. E.g., "[AB][12]" would exclude A1, A2, B1, and B2.

--Michael

Re: exclude, multiple files

Posted: 14 Jul 2010, 10:00
by Max
Thanks Michael,
your suggestion is helpful.
Cheers, Max