RIGHT$()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
RIGHT$( string$, number-of-chars)

Description:
Returns a substring of ‘string$’ with ‘number-of-chars’ from the right (end) of the string.


PRINT RIGHT$("Colour Maximite",4)

Output:
mite


Last edited: 05 October, 2020