Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 962 Bytes

File metadata and controls

17 lines (15 loc) · 962 Bytes
uid items
cao-RIGHT
Operators

RIGHT

Specification Value
Description Gets the last N characters of a string.
Parameter 1 Name String
Parameter 1 Type string
Parameter 2 Name NumChars
Parameter 2 Type int
Parameter 3 Name -
Parameter 3 Type -
Return value Returns the last NumChars characters of String.