Home > comp > gb > date[] > read 
  [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
 
Date[].Read (gb)
Syntax
SUB Read ( Stream AS Stream [ , Start AS Integer, Length AS Integer ] )
Fills an array by reading the data directly from a stream.

Start specifies where the data are stored in the array. By default, data are stored from the beginning.

Length is the number of elements that will be read from the file. By default, data are read until the end of the array is reached.