Unicode Controls & Classes for VB6 - Version 4
clsSearchFilesAL
.SortResultsAL Method
Sort the resulting ArrayList ascending or descending
Syntax
Public Sub SortResultsAL (ByRef
ocFiles
As
cArrayList
, _
ByVal
bAsc
As Boolean)
Parameters
Parameter
Description
ByRef
ocFiles
As
cArrayList
The ArrayList to sort
ByVal
bAsc
As Boolean
True for ascending, False for descending
Remarks