Sort (BASIC command) 
Purpose 
Sorts a one-dimensional array into ascending or descending order. 
Syntax 
Sort (Array [fcAscending | fcDescending]) 
 
 
Array  | 
One of these array types: Integer Long Date String Single Double Currency  | 
 
fcAscending  | 
Sorts the array in ascending order. This is the default if you don't specify fcAscending or fcDescending.  | 
 
fcDescending  | 
Sorts the array in descending order.  | 
 
  
 |