Whole document tree
    

Whole document tree

REPT

REPT

Name

REPT -- 

Description

REPT returns @num repetitions of @string.

This function is Excel compatible.

Examples

REPT(".",3) equals "...".

See also

CONCATENATE.