m_ColLicsChar
This call Compares two LICS characters according to the selected sort type. m_ColLicsChar
is only used by applications which run with LICS.
- Syntax: m_ColLicsChar
- Parameters: ch Character 1
cl Character 2
- Returns: 0 - if characters are equal
+1 - if character 1 precedes character 2 (alpha-numerically)
-1 - if character 2 precedes character 1 (alpha-numerically)
- Comments: This call is designed for easy access in assembly language from
the 1-2-3 driver. m_ColLicsChar does not conform to the C interface
structure. Although it is available for ISV applications, it is
not recommended.