SPAN

Previous  Next

 

str = SPAN( str, nchars ) AS STRING

 


 

Fills a string with specified character(s) until the length of the string is nChars.

 

Example:

 

PRINT "[";SPAN( "X", 8 );"]",      ' [XXXXXXXX]