xtree with compare
Posted: Tue Mar 03, 2009 12:32 pm
I've inherited some Vortex code, and I'm trying to decipher it. It contains a call to xtree with a "compare" option (I think). I can't find any documentation on the use of "compare" in xtree. Here is a snippet:
<xtree insert $tech_set compare>
<xtree SET NOADD compare>
<xtree insert $app_set compare>
<$resultSet=$ret>
<count $resultSet>
<$cur=$ret>
Can someone briefly explain to me what the purpose of "compare" is in the above context. Thanks
<xtree insert $tech_set compare>
<xtree SET NOADD compare>
<xtree insert $app_set compare>
<$resultSet=$ret>
<count $resultSet>
<$cur=$ret>
Can someone briefly explain to me what the purpose of "compare" is in the above context. Thanks