NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Left

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

Returns the leftmost substring of count of a string.

Sample Source

String1 := "My String"
String2 := Left 2 of String1
Say String2


Related Function(s):
   Right; SubString;

Minimum version: 1.0