View Single Post
07-19-16, 12:27 PM   #8
Voxxel
A Chromatic Dragonspawn
Join Date: Mar 2009
Posts: 193
Originally Posted by semlar View Post
It's "sorted" by the order you have them in, so if you want them in a different order, just rearrange the list.
Yea, that's what I was looking for, a vertical sorting. Thank you.

You don't need to specify the end as #t-1. It'll stop if the step bumps the integer past the end. For example, for i=1,4,2 do will loop 1 and 3, then stop, because 5 will be greater than 4.
Now this is chinese for me. I don't understand any part of it.
  Reply With Quote