Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 642 Bytes

s4g661.md

File metadata and controls

14 lines (10 loc) · 642 Bytes

LEFTC(), RIGHTC(), SUBSTRC()

These are the double-byte (and mixed) versions of LEFT(), RIGHT() and SUBSTR(), respectively, added in version 3.0b. As with the other double-byte functions, we can't test these thoroughly since we're not running in a double-byte environment. However, they do work properly with single-byte data.

Usage

cReturnValue = LEFTC( cString, nCharacters )
cReturnValue = RIGHTC( cString, nCharacters )
cReturnValue = SUBSTRC( cString, nStart, nLength )

See Also

Double-Byte Character Sets, Left(), Right(), SubStr()