exclude, multiple files

Moderators: cyao, michael_borland

Post Reply
Max
Posts: 50
Joined: 31 Jul 2008, 12:16

exclude, multiple files

Post by Max » 14 Jul 2010, 09:42

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

michael_borland
Posts: 1933
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: exclude, multiple files

Post by michael_borland » 14 Jul 2010, 09:50

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

Max
Posts: 50
Joined: 31 Jul 2008, 12:16

Re: exclude, multiple files

Post by Max » 14 Jul 2010, 10:00

Thanks Michael,
your suggestion is helpful.
Cheers, Max

Post Reply