# <span class='text-muted'>122.</span> Array lower bounds are not preserved when passed as assumed shape argument.

<span style='font-size: small;' class='text-muted'>topic: {ref}`array-arguments`</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.
```

The lower bounds of an assumed shape dummy argument are 1 or the lower bounds specified in the procedure declaration, regardless of the lower bounds of actual argument in the caller. The lower bounds can be passed as arguments.


---

<blockquote class="twitter-tweet"><p lang="en" dir="ltr">The lower bounds of an assumed shape dummy argument are 1 or the lower bounds specified in the procedure declaration, regardless of the lower bounds of actual argument in the caller. The lower bounds can be passed as arguments.<a href="https://t.co/wRauYCI75B">pic.twitter.com/wRauYCI75B</a></p>&mdash; FortranTip (@fortrantip) <a href="https://twitter.com/fortrantip/status/1493207320184164352?ref_src=twsrc%5Etfw">February 14, 2022</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>