Vocola.net
Vocola 3.1 Function Library
Left(s, count)
Namespaces LibraryString ► Left
Returns a specified number of characters from the start of a string.
Syntax
Left(s, count)
Parameters
s
String to operate on.
count
Number of characters to return.
Return Value
The first count characters of s.
Remarks
If count is greater than the length of s, s is returned.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)