Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > S

SFIL

Scroll Prev Top Next More

(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))