RIGHT(tekst[;aantal_tekens])
RIGHT geeft het rechter @aantal_tekens van @tekst, of het laatste
teken als @aantal_tekens niet gegeven is.
Deze functie is compatibel met Excel.
RIGHT("eind") is "d"
RIGHT("eind";2) is "nd"
MID, LEFT.