Returns a string consisting of the specified character repeating the specified number of times.
Syntax
Copy Code
|
---|
string String ( int count, int c ) |
Parameters
- count
- A numberic expression specifying the number of occurrences of c in the resulting string.
- c
- A numberic expression specifying the character or string expression whose first character is used to build the return string.
See Also
Text Functions
Space Function
Str Function