Category: Strings
Back to System Functions
Right$(text As String, length As Integer)
String
Returns the rightmost characters from a string.
extension$ = Right$("sprite.png", 3)