XMLNode.Compare Method
Compares two nodes. The return value works like StrComp.
Syntax
XMLNode.Compare NodeToCompare
Parameters | |
NodeToCompare |
It returns an Integer:
If string1 < string2 it returns -1
If string1 = string2 it returns 0
If string1 > string2 it returns 1