LOTUSSCRIPT LANGUAGE
Dim subString As String subString = LeftBP$("ABC", 2) Print subString$ ' Output: "AB"
See Also