QUESTION - Clean this up, Steve.
[String->CompareCodePointOrder] compares the base string to the first parameter and returns True if they are equal or False otherwise. Comparisons are made case insensitive by default. An optional -Case parameter compares the string taking case into account. This method works identically to [String->Compare], but comparisons are accurate even for Unicode charaacters with code points greater than U+10000. A second form of the method compares the base string to a portion of a parameter string. The first parameter is an offset into the comparison string. The second parameter is the length of characters in the comparison string to be taken into account. And, the third parameter is the comparison string. Additional optional fourth and fifth parameter specify and offset and length into the base string. This allows a portion of the base string to be compared to a portion of the comparison string.
'Base String'->compare('Param String')
'Base String'->compare('Param String', -case)
'Base String'->compare('Param String', 7, 6)
'Base String'->compare('Param String', 7, 6, 6, 6)
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments