[↑]
RSORT
Sort the array in descending order
RSORT [StartPosition,NumberOfElements,]Array1[,Array2,...]
Arguments
StartPosition
Sort start position in Array1
・0, if not specified.
NumberOfElements
Number of elements to sort
・If not specified, it's the number of elements in Array1.
Array1
An array containing the numbers to sort
Array2
Array to be sorted in conjunction with the sorting result of Array1.
・Array 2 to 8 can be omitted.
・Array 2 to 8 can be string arrays.
Example
DIM WORK[10]
RSORT 0,10,WORK
About this site
Our site is an unofficial manual site of programming software "SmileBASIC" for NintendoSwitch™.
I acquire the content of the site from the
official reference site
of the
SmileBoom Co.Ltd.
that is the development and sales cause of the software in real time (a minimum period of 24 hours update) and display it.
For automatic update, contents may become improper.
Please confirm the correct content in an official site.
June 3, 2020
by mim
OK
|