dx_System_class: SORT_ByteList

SORT_ByteList

Ordena una lista de bytes.

 Public Function SORT_ByteList(
	  List() As Byte,
	  Optional SortMode As Sort_Mode ) As Long

Argumentos

List
Byte. Lista a ordenar.
SortMode
Optional. Sort_Mode. Constante que define el modo de ordenación.

Resultado

Long -  Devuelve SYS_OK si la operación se ha realizado con éxito, SYS_EMPTYLIST si la lista no contiene elementos y SYS_UNKNOWNERROR en caso de ocurrir cualquier otro error.

Comentarios

La lista ordenada sobrescribe a lista original introducida en el parámetro List.

Vea también

Proyecto dx_lib32 Descripción Clase dx_System_class Descripción dx_System_class Propiedades dx_System_class Metodos REG_SaveString SORT_DoubleList