[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ASORT()

    ASORT() sorts the contents of an array in ascending order.

Syntax

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

Arguments

    <array> is the array to sort.

    <expN1> is the first element of the sort.  If omitted, the sort begins
    with position 1.

    <expN2> is the number of elements to sort.  If you omit this argument,
    the sort operation proceeds from the beginning element position to the
    end of the array.

Returns

    There is no return value.

Usage

    All elements in the range of the array being sorted must be the same
    data type.

See Also: ACHOICE ACOPY ADEL ADIR AFIELDS AFILL AINS ASCAN
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson