<< SL_SetFileNotifyAttrA | SL_SortListFuncRange >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SortListRange
NAME
SL_SortListRange -- sorts a range of nodes in a list by the names of the nodes.
SYNOPSIS
SL_SortListRange(list, order, casesensitive, start, end);
A0 D0 D1 D2 D3
void SL_SortListRange(LISTHANDLE, UWORD, SLFLAG, ULONG, ULONG);
FUNCTION
Sorts a range of nodes in the list by the names of the nodes according
to the specified order.
INPUTS
list - a LISTHANDLE as returned by SL_CreateListA.
order - one of SORT_ASCENDING or SORT_DESCENDING.
casesensitive - TRUE if the sort is to be casesensitive, FALSE if it
is not be be case sensitive.
start - the starting node in the range (0 is the first node).
end - the ending node in the range. If a number greater than the total
number of nodes in the list is given the sort will stop at the
last node.
SEE ALSO
SL_AddNodeAfter, SL_AddNodeBefore, SL_AddNodeHead, SL_AddNodeSorted, SL_AddNodeSortedFunc, SL_AddNodeTail, SL_ClearList, SL_CountNodes, SL_CreateListA, SL_CreateNodeA, SL_FindNodeFunc, SL_FindNodeName, SL_FindNodePos, SL_FindNodeUserData, SL_FirstNode, SL_FreeList, SL_FreeNode, SL_GetListAttr, SL_GetNodeAttr, SL_IsListEmpty, SL_LastNode, SL_NextNode, SL_PrevNode, SL_RemoveNode, SL_RemoveNodeHead, SL_RemoveNodeTail, SL_SetListAttrA, SL_SetNodeAttrA, SL_SortList, SL_SortListField, SL_SortListFieldRange, SL_SortListFunc, SL_SortListFuncRange, SL_SortListRange.
SL_SortListRange Command Section By Type url:SL_SortListRange
created:2008-03-01 23:36:35 last updated:2008-03-01 23:36:35
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SortListRange | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SetFileNotifyAttrA | SL_SortListFuncRange >> |
Top: Documentation Library | Up: SoftLogik App Library API |