Board index » cppbuilder » AnsiCompareStr

AnsiCompareStr


2005-04-25 10:37:46 PM
cppbuilder113
I need a version of AnsiCompareStr that is NOT case sensitivity. Does this
exist?
Description
AnsiCompareStr compares S1 to S2, with case sensitivity. The compare
operation is controlled by the current locale. The return value is:
 
 

Re:AnsiCompareStr

Quote
I need a version of AnsiCompareStr that is NOT case sensitivity. Does this
exist?
AnsiCompareText
Mark
 

Re:AnsiCompareStr

On Mon, 25 Apr 2005 09:37:46 -0500, LarryJ wrote:
Quote
I need a version of AnsiCompareStr that is NOT case sensitivity. Does this
exist?
check for AnsiCompareText()
--
Good luck,
liz
 

{smallsort}

Re:AnsiCompareStr

"LarryJ" < XXXX@XXXXX.COM >writes:
Quote
I need a version of AnsiCompareStr that is NOT case
sensitivity. Does this exist?
That depends on what you mean by "NOT case sensitive".
In general, I don't think that the problem can be solved by a
computer.
In order to annoy the regular readers (who have read my elaborations
on the subject at least a dozen times): see tinyurl.com/32psg
 

Re:AnsiCompareStr

On Mon, 25 Apr 2005 18:47:00 +0200, XXXX@XXXXX.COM (Thomas Maeder
[TeamB]) wrote:
Quote
In order to annoy the regular readers
Don't you think it would be more effectively annoying to repeat the
rants in your message? <g>
- Leo