Re: 請問關於觸發
"默默無聞(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)
討論串 (同標題文章)
mud 近期熱門文章
13
23
PTT遊戲區 即時熱門文章
14
17
52
68