Can "presets" for selecting objects be implemented?

 From:  Michael Gibson
11689.9 In reply to 11689.8 
Hi Frederick,

re:
> Anytime I want to export, one click - instead of TAB, type the prefix,
> then issue the Export command.

You can set up a shortcut key that will combine those into a single keypress.

For example:
script: moi.geometryDatabase.deselectAll(); moi.geometryDatabase.selectNamed( 'BC*' ); moi.command.execCommand( 'Export' );

- Michael