LEFT function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
LEFT
Returns text from the left side of a text string.
Syntax:
LEFT(text; number)
- returns number characters from the left side of the text text.
- number defaults to 1 if omitted.
Example:
LEFT("output"; 3)
- returns out.
See Also