Gentee Programming Language > Documentation > Libraries | Download documentation |
Fill a string to the left or to the right.
str str.fill( str val, uint count, uint flag )
val The string that will be filled. count The number of additions. flag Flags. $FILL_LEFT Add to the left. $FILL_LEN The count parameter contains the final string size. $FILL_CUT Cut if longer than the final size. Used together with FILL_LEN.
Returns the object which method has been called.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |