GET NUM SELECTED SHAPES
From Macros Wiki
Command
- GET_NUM_SELECTED_SHAPES <type> <num shapes>
- Get a list of the selected geometry shapes.
Parameters
- <type>
- Shape type, must be OPEN, CLOSED or OPEN+CLOSED (v24.0.44 and later)
- <num shapes>
- Number of shapes
Example
- GET_NUM_SELECTED_SHAPES OPEN, num_shapes
This will get a list of the selected open shapes.