String Intrinsic Functions - Repeat Method

Repeat a string a number of times

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting string
Times*InputIntegerNumber of times to repeat the string

Details

Repeat returns the string repeated the specified number of times.

Example

In this example, if #String contained "ABCDE" the result would be "ABCDEABCDE""
#Com_owner.Caption := #String.Repeat( 2 )

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2