Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[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

`*()