RIGHT()

Extract the rightmost substring of a character expression

Syntax

SUBSTR(<cString>,<nPos>) --> <cReturn>

Arguments

<cString> Character expression to be parsed

<nPos> Number of bytes to return beggining at the rightmost position

Returns

<cReturn> Substring of evaluation

Description

This functions returns the rightmost characters of .

Examples

? QOUT(RIGHT('HELLO HARBOUR',5))

Status

Ready

Compliance

This functions is CA CLIPPER compatible

Platforms

All

Files

Library is rtl

See Also