Rightmost character of string
RightmostCharacter()
is a convenience function that returns the final
character of a string.
RightmostCharacter(string, len = nchar(string))
string |
Character string. |
len |
(Optional) Integer specifying number of characters in |
RightmostCharacter()
returns the rightmost character of a string.
Martin R. Smith (martin.smith@durham.ac.uk)
RightmostCharacter("Hello, World!")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.