Skip to content

Sort_Items - Array

Sorts the items in an array in ascending or descending order

Type: Procedure

Parameters

Parameter Type Description
eDirection Integer ConstantMeaning

Syntax

Procedure Sort_Items Integer eDirection

Call Example

Send Sort_Items eDirection

Description

Sort_items sorts the in an array in ascending or descending order. Sorting is case sensitive.

send sort_items of oMyArray Ascending 

send sort_items of oMyArray Descending