ambiguity is with using quotes to capture spaces and spaces to separate layers.
but the norm is quotes to capture layers and commas to separate them.
?in the FeatureReader while using autocad dwg (I think most any of the readers). trying to limit the features read to specific layers.
It is VERY difficult to read/understand/code the layer list. In most of the other areas the syntax would be "layer name", "layername"
However in this text dialog it is "layer name" layername anotherlayer "this layer"
using quotes to capture names with spaces and spaces to separate layers! With hundreds or thousands of dwgs and perhaps as many as 30 layers i am trying to code

