FILL

Fills the page with the specified character or string as indicated by the print position and length.

The following example prints a line of stars and then a line of dashes followed by stars:

print  '*'  (1,1,79)  fill ! Fill line with *'s
print  '-*'  (+1,20,40)  fill	! Fill with '-*' characters.

Note:

When using the Text, Numeric, and Date edit masks with PRINT, the specified width value of PRINT determines the length allocated for the displayed data. For all other "Numeric" edit masks, the edit mask sets the allocated length.