Jump to content

The Comparenames command


sagittarius22

Recommended Posts

Well let's say you want to check if the name of X starts with "ABC".

 

With 2 dummy objects P and Q, you could do setName P "ABC000000", setName Q "ABCZZZZZZZ", then use compareNames to check if X would be sorted after P but before Q (which means its name has to be ABCxxxxxxxx). The new setNameEx command makes that even more effective.

Edited by schlangster
Link to comment
Share on other sites

Well let's say you want to check if the name of X starts with "ABC".

 

With 2 dummy objects P and Q, you could do setName P "ABC000000", setName Q "ABCZZZZZZZ", then use compareNames to check if X would be sorted after P but before Q (which means its name has to be ABCxxxxxxxx). The new setNameEx command makes that even more effective.

Thanks! Is there any documentation about this SetNameEx command?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...