對上一層:  模型程式語言參考手冊 > 項目串函數 >

ListSortDesc( )

Print this Topic Previous pageReturn to chapter overviewNext page

除了把項目串作遞降排序之外,本函數和函數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