[Top]
7.2::
String
|
Method String.strmult()
- Method
strmult
string strmult(string str, int num)
- Description
This function multiplies str by num . The return value is the same
as appending str to an empty string num times.
- Note
This function is obsolete, since this functionality has been incorporated
into `*() .
- See also
`*()
|