left

Returns the specified number of characters from the start of a text value.

Function

result = left(text, count)

Arguments

ArgumentData Type
textstring
countinteger
resultstring

Examples

result = left('Falcon Heavy', 6) /* result = 'Falcon' */