HyperWorks Desktop

*marksearchmode()

*marksearchmode()

Previous topic Next topic No expanding text in this topic  

*marksearchmode()

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME


*marksearchmode - Defines the ID/name search order for *appendmark and *createmark commands.

 

SYNTAX


*marksearchmode(mode)

 

TYPE


hm.cfg Command

 

DESCRIPTION


Defines the ID/name search order for *appendmark and *createmark commands.  For entities that have both a name and an ID, they can be searched by name first then ID, or by ID first then name.

mode

0 - search by name first, then by ID (default)

1 - search by ID first, then by name

 

EXAMPLES


To set the search mode to find first by ID, then by name:

*marksearchmode(1)

 

ERRORS


None.

 

SEE ALSO


Configuration File Commands