RowExist() is not case sensitive. The function works as long as the Key you're examining has no lower case letters. However, if the Key does have any lower case letters, RowExists() will always return FALSE (the Key doesn't exist), even if it does. Furthermore, the data in my variable passed to the Key argument is always converted to UpperCase.
I confirmed this behavior as far back as OI 4.1.2. I can use Xlate to get around this, but I thought it best to let you guys know in case it can be fixed in the next update.
Kevin-
I confirm this has been the case since October 2 1991.
If there are no objections, I'll put a fix in this for 7.1
Thanks
Mike,
It would appear this problem did not get fixed in 7.1. I just ran into it in version 7.2.2.
Have you seen the same bug in verifile()? (assuming of course, that this is now part of OI and not something I added back years ago when annoyed that it had disappeared ….)