Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 529 Bytes

File metadata and controls

14 lines (10 loc) · 529 Bytes

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.

Usage

cRetVal = CHRTRANC( cSource, cCharsToReplace, cReplacements )
cRetVal = STUFFC( cSource, nWhereToStart, nLong,
                  cReplacementString )

See Also

ChrTran(), Double-Byte Character Sets, Stuff()