ACTIVATE MENU

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 ] )
We're not equipped to test double-byte characters, so we can't say whether they work in that setting. They do work as expected on single-byte data.

There's actually a fairly good argument that you should use these functions all the time and forget the single-byte versions. That way, your apps need less work if you need them to operate in a double-byte environment. We haven't actually managed to change our habits yet, but we keep trying to convince ourselves.

See Also

At(), AtC(), Double-Byte Character Sets, OS(), RAt()


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net