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

ListSortVal( )

Print this Topic Previous pageReturn to chapter overviewNext page

本函數和函數 ListSortVal( ) 幾乎完全相同,唯一的分別是本函數首先把要排序的項目或子項目化為數字然後纔開始排序,有關函數的其他細節請參閱ListSort( ) 函數。

 

語法

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

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

 

回傳值

Character

 

例子

ListSortVal("8,4,12",1)

傳回 '4,8,12'。以數字比較4小於12,請比較 ListAscItem("8,4,12",1) 的傳回值 '12',因為若以文字比較 '12,4,8' 小於 '4' ('1' < '4')

 

 


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