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