Contents - Index


Left (function)

Left( sData, nLength ) : string

Returns the leftmost characters of the expression for the defined length. 

Left("xyzabc", 3) returns "xyz".

Related: Right() SubStr() Len()

Alpha List         Category List