Hi!
I have this code:
add 2, 3, 4, 5 and 6 to {_list1::*}
add -2, -3, -4, -5 and -6 to {_list2::*}
sort {_list1::*} in ascending order based on {_list2::%input%}
send {_list1::*}
I am trying to get it to print 6, 5, 4, 3, 2 but it will always stay as 2, 3, 4, 5, 6. Why?
I have this code:
add 2, 3, 4, 5 and 6 to {_list1::*}
add -2, -3, -4, -5 and -6 to {_list2::*}
sort {_list1::*} in ascending order based on {_list2::%input%}
send {_list1::*}
I am trying to get it to print 6, 5, 4, 3, 2 but it will always stay as 2, 3, 4, 5, 6. Why?