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

ListDescItem( )

Print this Topic Previous pageReturn to chapter overviewNext page

除了把項目串作遞降排序之外,本函數和函數ListAscItem( ) 完全相同,請參閱ListAscItem( ) 以了解各項細節。

 

語法

ListDescItem(cValueExpr,nItemNumber,cSeparator,nSortSubItem,cSubItemSeparator,cReturnType)

ListDescItem(cValueExpr,nItemNumber,cSeparator,cSortExpr,cSubItemSeparator,cReturnType)

 

回傳值

Character

 

例子

ListDescItem('Orange,Apple,Grape,Pear',2)

傳回Orange。項目排序後變成了 'Pear,Orange,Grape,Apple',排序後排二位的項目是 'Orange'。

 

參閱

ListAscItem( ) | ListDescVal( ) | ListAscVal( ) | ListItem( ) | ListVal( ) | ListSum( ) | ListAverage( ) | ListFilter( )

 

 


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