List.write

Changes the value of elements starting at index=seek. Seek is increased by number of elements affected

Arguments: elements is the array of new values of the elements

  1. bool write(T value)
  2. bool write(T[] elements)
    class List(T)
    bool
    write
    ()

Return Value

Type: bool

true if successful, false if not enough elements in list or seek out of bounds

Meta