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.
CHRTRANC()
, STUFFC()
These are double-byte equivalents of CHRTRAN()
and STUFF()
, added in version 3.0b. They appear to work, though we’ve been unable to test substitution of double-byte characters for single-byte and vice versa.
cRetVal = CHRTRANC( cSource, cCharsToReplace, cReplacements )
cRetVal = STUFFC( cSource, nWhereToStart, nLong,
cReplacementString )