Home > comp > gb > string[] > fill 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
String[].Fill (gb)
Syntax
SUB Fill ( Value AS String [ , Start AS Integer, Length AS Integer ] )
Fills the array with the specified value.

If Start is specified, then only the element from the Start position are filled.

If Length is specified, then up to Length elements are filled.