Difference between revisions of "ASORT()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Array Processing
 
  
  

Revision as of 17:05, 26 October 2009


Purpose

Function to sort the elements of a specified array


Syntax

ASORT(<array> [,<expN1>, [<expN2>]])


See Also

AADD(), AAVERAGE(), ABROWSE(), ACHOICE(), ACOL(), ACOPY(), ADEL(), ADESC(), ADIR(), AELEMENT(), AFIELDS(), AFILL(), AINS(), ALEN(), AMAX(), AMIN(), APPEND FROM ARRAY, AROW(), ASCAN(), ASIZE(), ASTORE(), ASTRING(), ASUBSCRIPT(), ASUM(), COPY TO ARRAY, DECLARE, DIMENSION, GATHER, LOCAL, PRIVATE, PUBLIC, RELEASE, RESTORE, SAVE, SCATTER


Description

The ASORT() function sorts all the character elements in the specified <array>. The sort can start at element <expN1> and finish at element <expN2>. The ASORT() function will stop sorting when it finds a non-character element.


Example

use accounts
declare names[reccount(),1]
copy to array names fields company
asort(names)


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer