Error Messages/40781
Error Text
In function TextTrim, the «leftOnly» and «rightOnly» parameters cannot both be true.
Cause
TextTrim removes leading and/or trailing spaces, for example:
- TextTrim(" hello ") → "hello"
The optional parameters named in the error message allows you to trim only leading spaces, or only trailing spaces, e.g.:
If you specify both as true, this error message is issued.
See Also
Comments
Enable comment auto-refresher