- Configuration
- Content plugin
- Lister plugin
- Scripting
- Functions
- String
- Math
- Conversions
- Lister
Function return the leftmost count characters of the string.
StrLeft(string, count)
string | Source string. |
count | Chracters count. |
Remarks
If count is more then string length, whole string will be returned.