.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Left function
Example

Extracts a specified number of the leftmost characters in a string.

Syntax

Left[$] ( expr , n )

Elements

expr


n
Return value

Left returns a Variant of DataType 8 (a String), and Left$ returns a String.

If n is 0, the function returns the empty string (""). If n is greater than the length (in characters) of expr, the function returns the entire string.

Left(NULL) returns NULL. Left$(NULL) is an error.

Example
See Also