STATIC FUNCTION Right ( String AS String, Count AS Integer ) AS String
Returns the Count last characters of a string.
If Length is negative, an error will raise.