left()

Function group Execute on client Platform(s)
String YES All

Syntax

left(string,n)

Description

Returns the substring comprising the first n characters of the string.

Example

Calculate lResult as  left('Raining',4)
# returns 'Rain'