Gentee Programming Language > Documentation > Libraries Download documentation

str.fillspacel

Fill a string with spaces to the left or to the right. fillspacel adds spaces to the left while fillspacer adds spaces to the right.
 
str str.fillspacer(
      uint   len
)

 
str str.fillspacel(
      uint   len
)

Parameters

lenFinal string size.

Return value

Returns the object which method has been called.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.