(SFIL(chr,nchar))
Fills a text string with a specified character chr, for nchar characters, up to 10,000.
R:BASE programs may use SFIL to draw lines, or to create fixed character formatting in output files.
In the following example, the value of vsfil is the text string ==========.
SET VAR vsfil = (SFIL('=',10))