Navigation:  MCL Reference > List Functions >

ListSortDesc( )

Print this Topic Previous pageReturn to chapter overviewNext page

The function is similar to the ListSort( ) function except that items in the item string will be sorted in descending order instead of ascending order. See ListSort( ) for details

 

Syntax

ListSortDesc(cValueExpr,nItemsReturned,cSeparator,nSortSubItem,cSubItemSeparator)

Or

ListSortDesc(cValueExpr,nItemsReturned,cSeparator,cSortExpr,cSubItemSeparator)

 

Returns

Character

 

Example

ListSortDesc('Orange,Apple,Grape,Pear')

Returns 'Pear,Orange,Grape,Apple'.

 

 


Page url: http://www.racematenet.com/english/help/index.html?listsortdesc.htm