March 2000
Intermediate to advanced
576 pages
18h 13m
English
StringOfChar Function
function StringOfChar(Ch: Char; Count: Integer): string;
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.
| Char Type, FillChar Procedure, String Keyword |
Read now
Unlock full access