24 Sep
2009
24 Sep
'09
5:25 p.m.
Maia Cherney wrote:
Hi, I want to suppress some maps. I type in the .def file:
suppress = "2FOFCWT_no_fill" suppress = "FOFCWT_no_fill"
but I get only first map suppressed. What is the correct syntax for two maps?
Maia
Put both strings on the same line: suppress = "2FOFCWT_no_fill" "FOFCWT_no_fill" There is an inconsistency here, because different parameters with type=strings are handled differently. For Fobs labels, two strings are written as a comma-separated list, which does not work for the suppress parameter. Joe Krahn