Posted 07 May 2014 - 10:15 PM
Hello :D/>
i want to change the last number in my table to become the first number is there an easy way of doing that?
i want to change the last number in my table to become the first number is there an easy way of doing that?
table = {2,5,8}
And i want it to becometable = {8,2,5}