BlitzMax Docs -> 2D - A-Z -> R -> Right
Right$( str$,n )
Returns:
size rightmost characters of strDescription:
Extract characters from the end of a stringThe Right$ command returns a substring of a String.Given an existing String and a size, Right$ returns the last sizecharacters from the end of the String.
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




