Re: 請問關於觸發

看板mud (網路地下城/文字遊戲)作者時間20年前 (2005/04/10 14:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串10/11 (看更多)
"默默無聞(kokomo)" <adamantz@ms21.hinet.net> 在郵件 news:d3agvg$2hv$1@netnews.hinet.net 中撰寫... > > "我愛一條柴" <Kimoge.bbs@bbs.ntou.edu.tw> 在郵件 > news:4HWY3P$rjN@bbs.ntou.edu.tw 中撰寫... > > 嗯 多謝回應... > > > > 還有一個問題... > > 如果: > > 變數 數值 > > a %1 > > b %2 > > c %3 > > > > 我只會用say a=%1 b=%2 c=%3 > > 但有辨法用zmud來排序這些變數的由大到小而且say出來嗎? > 在Zmud的help中有 > #sort > Syntax: %sort(list[,dir]) > returns the list with items sorted in alphabetical order. If Dir is missing > or zero, list is sorted in ascending order. If Dir is non-zero, list is > sorted in descending order. > > Examples: > #VAR slist {123|ab|45|008|789|ABC|ab cd|def|9} > #SHOW %sort(@slist) > displays: > 008|123|45|789|9|ab|ab cd|ABC|def > > 還可以升降幂 > #SHOW %sort(@slist,1) > displays: > def|ABC|ab cd|ab|9|789|45|123|008 > 所以你可以直接 say %sort(%1|%2|%3) 或是 say %sort(%1|%2|%3,1)
文章代碼(AID): #12MCXb00 (mud)
文章代碼(AID): #12MCXb00 (mud)