Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]
String

Method String.strmult()


Method strmult

string 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

`*