0

I'm trying to loop through one of my arrays in reverse order... Is there a way to do this? Here is my script in normal order:

    for post in objects{
    //CODE
rmaddy
  • 314,917
  • 42
  • 532
  • 579
Collin O.
  • 187
  • 1
  • 1
  • 10
  • I'm trying to accomplish this with objects, not strings or numbers... If that is what I need, would you mind customizing it to my request? Thank you :) – Collin O. Dec 07 '15 at 19:26
  • 1
    You're asking about accessing an array in reverse order. The answer is in the linked page: http://stackoverflow.com/a/24886662/2227743 – Eric Aya Dec 07 '15 at 19:27
  • There we go, that was the answer I needed. Thanks – Collin O. Dec 07 '15 at 19:29
  • "I'm trying to accomplish this with objects, not strings or numbers" Strings and numbers _are_ objects. – jscs Dec 07 '15 at 20:46

0 Answers0