Whole document tree
    

Whole document tree

RIGHT

RIGHT

Name

RIGHT -- 

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"

See also

MID, LEFT.