[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
REPLICATE()

    REPLICATE() repeats a character expression a specified number of times.

Syntax

    REPLICATE(<expC>,<expN>)

Arguments

    <expC> is the character string to repeat.

    <expN> is the number of times to repeat <expC>.

Returns

    A character string.

    The maximum size of the string returns is 65,535 (64K) bytes.
    Specifying a zero as the numeric argument returns a null string.

Usage

    REPLICATE() is useful anywhere you want to repeatedly display, print,
    or stuff the keyboard with one or more characters.

See Also: SPACE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson