Right()

<< Click to Display Table of Contents >>

Navigation:  Index >

Right()

Previous pageReturn to chapter overviewNext page

Purpose

To retrieve a substring beginning with the rightmost character

Syntax

Right( <cString> , <nCount> ) cSubString

Arguments

<cString> is the character string from which to extract characters.

<nCount> is the number of characters to return.

Returns

Right() returns the rightmost <nCount> characters of <cString>.