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
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