Left |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function Left is used to extract a substring from the beginning of an input string.
Left(inputString, length)
Name | Type | Description |
---|---|---|
inputString | String | The string value to extract substring from. |
length | Integer | The number of characters to extract. |
Substring.
Type: String.