GLBasic User Manual

Main sections

RIGHT$()

a$ = RIGHT$(text$, count%)



Returns a string that cuts text$ after count% characters from the right.

STDOUT RIGHT$("ABCDEFG", 3) // "EFG"

See also...