how do i sort an array of numbers from smallest to biggest?
If the array you want to sort is variable(A) you use:
sorted array(variable(A), current array element)
Also you can use
First of
Last of
Index
and
Value
Sorry, on my mobile atm, cannot add an example