Show / Hide Table of Contents

Sort

Object and Type

Object  : FCList

Type     : Method

Prototype

Public Sub Sort()

Description

This method sorts the list.  After the list is sorted the Sorted property is set to true.  Sort order is defined by the defined sort order on the machine this method is executed.

Example

This example shows the sorting of a simple list of characters.

Visual Basic:

Dim list1 As New FCList

list1.AppendItem "c", "f", "i", "a", "d", "g", "b", "e", "h"
list1.Sort

' list1 contains "a", "b", "c", "d", "e", "f", "g", "h", "i"
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.