ArraySort  
 
 

Returns the specified array with elements numerically or alphanumerically sorted.

 
 
  Syntax  
 
ArraySort(array, sort_type [, sort_order ])

array

Name of the array you want to sort.

sort_type

The type of sort to execute. Sort type can be:

  • numeric -- Sorts numerically
  • text -- Sorts text alphabetically, uppercase before lowercase
  • textnocase -- Sorts text alphabetically; case is ignored

sort_order

The sort order you want to enforce:

  • asc -- (Default) Ascending sort order
  • desc -- Descending sort order




 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.