Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

REPEAT function

Description

Repeats a string n number of times. REPEAT(str,n) creates a string consisting of str repeated n time.

Example

REPEAT("*",5) returns "*****"

Calculator

REPEAT(  ,  

Related functions