At_C(), AtCC(), RAtC()
These functions were added in version 3.0b. They perform the same role for double-byte (or mixed) character data that AT(), ATC() and RAT(), respectively, do for single-byte characters.
Usage |
nFoundPos = AT_C( cString1, cString2 [ , nOccurrence ] ) nFoundPos = ATCC( cString1, cString2 [ , nOccurrence ] ) nFoundPos = RATC( cString1, cString2 [ , nOccurrence ] ) |
See Also |