# \#arrayofarrays

**URL:** https://discourse.julialang.org/tag/arrayofarrays/730.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Array indexing](https://discourse.julialang.org/t/array-indexing/64095)

<div class="topic-metadata">

**Author:** [@Marcell\_Havlik](https://discourse.julialang.org/u/Marcell_Havlik)\
**Replies:** 7\
**Last updated:** [July 5, 2021, 10:43pm UTC](https://discourse.julialang.org/t/array-indexing/64095 "2021-07-05T22:43:14Z")

</div>

Hey Julianners, Are there a way to ha a syntax like this: arrofarr = \[randn(2,4) for \_ in 1:10\] arrofarr\[7:end\]\[1:2,3:end\] # would select a \[4\] x \[2,2\] dim array. Is this possible? It would be really clean and it coul…
