NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Right

Retrieves a number of characters from the right side of a string

Returns the rightmost substring of count of a string.

Sample Source

String1 := "My String"
String2 := Right 6 of String1
Say String2

Related Function(s):
   Left; SubString;

Minimum version: 1.0