Returns the result of concatenating ncopies of string.
$(STRFILL, string, ncopies)
Examples
Code | Returns |
---|---|
$(strfill,TA,2) |
TATA |
$(strfill,#,3) | ### |
$(strfill,|xx,3)| | |xx|xx|xx| |
See also...
DIESEL functions© Bricsys NV. All rights reserved. |