# <span class='text-muted'>158.</span> Specific array elements can read or written to unformatted stream file by specifying the POS.

<span style='font-size: small;' class='text-muted'>topic: {ref}`input-and-output`</span>

```{note}
This tip is a draft[^draft].

[^draft]: From the perspective of FortranTip Browser, "draft" means that
  it hasn't been edited for formatting,
  hasn't had corresponding Fortran programs added,
  the text content hasn't been enhanced, etc.
  Draft texts are extracted from the corresponding Tweet using the Twitter API.
```

Unformatted stream I/O is fast for large data sets. By specifying the POSition in the READ or WRITE of an unformatted stream file, you can read or write an arbitrary array element in the file without looping over previous elements.


---

<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Unformatted stream I/O is fast for large data sets. By specifying the POSition in the READ or WRITE of an unformatted stream file, you can read or write an arbitrary array element in the file without looping over previous elements.<a href="https://t.co/INZyxK0foW">pic.twitter.com/INZyxK0foW</a></p>&mdash; FortranTip (@fortrantip) <a href="https://twitter.com/fortrantip/status/1505150360851210241?ref_src=twsrc%5Etfw">March 19, 2022</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>