Hi, You can use "setof" to filter a list setof(x geGetSelSet() x~>layerName=="m0") The above line will return a list of shapes (db IDs) that are only of layer "m0". There also another function named "exists" which works similarly, but I prefer "setof". -Ramakrishnan
↧