For the complete documentation index, see llms.txt. This page is also available as Markdown.

strfill

Return string filled with the specified character
     chr - character to fill with
     len - number of characters
Returns: filled string
Thread-safe function.

string strfill(long chr, long len);

Last updated

Was this helpful?