# Arrays help

**URL:** https://forum.kirupa.com/t/arrays-help/308035
**Category:** Uncategorized
**Created:** [April 15, 2010, 5:41pm UTC](https://forum.kirupa.com/t/arrays-help/308035 "2010-04-15T17:41:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jany](https://avatars.discourse-cdn.com/v4/letter/j/ce7236/32.png) [@jany](https://forum.kirupa.com/u/jany)
#### Post date: [April 15, 2010, 5:41pm UTC](https://forum.kirupa.com/t/arrays-help/308035/1 "2010-04-15T17:41:18Z")

</div>

I have 3 arrays, one empty

firstArray (hi1, hi2, hi3, hi4, hi5, hi6, hi7, hi8, hi9)  
secondArray (0, 3, 6, 2, 9, 1, 7, 8, 5)  
thirdArray ()

I need the firstArray elements to jump into the thirdArray, with the same element order as secondArray

So. “hi1” should be element 0, within thirdArray  
“hi2” should be element 3, within thirdArray  
“hi3” should be element 6, within thirdArray

etc.

TyTy
