table.Reverse
Example
Creates a table and reverses it.
Output: 1 = One
2 = Two
3 = Three
four = 4
5 = 5
1 = Three
2 = Two
3 = One
Returns a reversed copy of a sequential table. Any non-sequential and non-numeric keyvalue pairs will not be copied.
Creates a table and reverses it.