Logo

Hacker’s Guide to Visual FoxPro
An irreverent look at how Visual FoxPro really works. Tells you the inside scoop on every command, function, property, event and method of Visual FoxPro.

LIKEC()

This one is the double-byte version of LIKE(). It appears to work properly with single-byte data, and we don’t have double-byte data to test on. Like the other “C” functions, it was added in version 3.0b.

Usage

lMatch = LIKEC( cWildcardString, cCompareString )

See Also

Double-Byte Character Sets, Like()