本函數和函數 ListSortDesc( ) 幾乎完全相同,唯一的分別是本函數首先把要排序的項目或子項目化為數字,然後纔開始排序,有關函數的其他細節請參閱ListSort( ) 函數。
語法
ListSortDescVal(cValueExpr,nItemsReturned,cSeparator,nSortSubItem,cSubItemSeparator)
或
ListSortDescVal(cValueExpr,nItemsReturned,cSeparator,nSortSubItem,cSubItemSeparator)
回傳值
Character
例子
ListSortDescVal("8,4,12")
傳回 '12,8,4'。比較: ListSortDesc("8,4,12",1) 傳回 '8,4,12',因為若以文字比較 '12' 小於 '8' ('1' < '8')。
Page url: http://www.racematenet.com/help/index.html?listsortdescval.htm