Left()
Syntax
Result$ = Left(String$, Length)
Description
Return the caracters from left of the string with the given length. This function is safe to use even if you give out of bound values for the length parameter (it will return the best matching result).
Supported OS
Windows, AmigaOS, Linux