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