left
|
The left function returns a specified number of characters from a Text or String
argument, beginning at the leftmost character.
Usage The left function is used to create a substring of a specified length
starting from the leftmost character in a String or Text.
(left text length) The substring of length {length} starting from the leftmost character
Expression:
Arguments
Name
Type
Description Argument: text String or Text
A String object or Text Argument: length Integer
A positive integer representing the number of characters to return.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Text | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|