MKI_CompareA (Strings) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

int

MKI_CompareA(

 LPCSTR f_pszText1,

 LPCSTR f_pszText2 );

 

Compares two Ansi or UTF-8 texts (case-insensitive).

 

Parameters

Text1

[LPCSTR] Address of first text to be compared.

Text2

[LPCSTR] Address of second text to be compared.

 

Return Value

Returns 0 if both texts are equal (case-insensitive), otherwise either -1 or 1, depending on how Text1 and Text2 are in alphabetical order.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH