Vocola.net
Vocola 3.1 Function Library
Right(s, count)
Namespaces LibraryString ► Right
Returns a specified number of characters from the end of a string.
Syntax
Right(s, count)
Parameters
s
String to operate on.
count
Number of characters to return.
Return Value
The last 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)