Whole document tree
    

Whole document tree

MID

MID

Name

MID -- 

Description

MID returns a substring from @string starting at @position for @length characters.

This function is Excel compatible.

Examples

MID("testing",2,3) equals "est".

See also

LEFT, RIGHT.