Name

StringOfChar Function

Syntax

function StringOfChar(Ch: Char; Count: Integer): string;

Description

StringOfChar creates and returns a string that contains Count occurrences of the character Ch. StringOfChar is not a real function.

If Count ≤ 0, StringOfChar returns an empty string.

See Also

Char Type, FillChar Procedure, String Keyword
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset