LeftRetrieves a number of characters from the left side of a string Returns the leftmost substring of count of a string. Sample SourceString1 := "My String"
String2 := Left 2 of String1
Say String2
|
Related Function(s): Right; SubString; Minimum version: 1.0
|