除了把項目串作遞降排序之外,本函數和函數ListSort( ) 完全相同,請參閱ListSort( ) 以了解各項細節。
語法
ListSortDesc(cValueExpr,nItemsReturned,cSeparator,nSortSubItem,cSubItemSeparator)
或
ListSortDesc(cValueExpr,nItemsReturned,cSeparator,cSortExpr,cSubItemSeparator)
回傳值
Character
例子
ListSortDesc('Orange,Apple,Grape,Pear')
傳回 'Pear,Orange,Grape,Apple'。
Page url: http://www.racematenet.com/help/index.html?listsortdesc.htm