# Findall((in)) returns non-sorted array for Int64

**URL:** https://discourse.julialang.org/t/findall-in-returns-non-sorted-array-for-int64/20556
**Category:** New to Julia
**Tags:** question
**Created:** [February 7, 2019, 5:14pm UTC](https://discourse.julialang.org/t/findall-in-returns-non-sorted-array-for-int64/20556 "2019-02-07T17:14:01Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [February 7, 2019, 5:16pm UTC](https://discourse.julialang.org/t/findall-in-returns-non-sorted-array-for-int64/20556/2 "2019-02-07T17:16:09Z")

</div>

It is sorted — in ascending order. Use `reverse(c)`.

PS: also, please [quote your code](https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530).

---

_[View the full topic](https://discourse.julialang.org/t/findall-in-returns-non-sorted-array-for-int64/20556)._
