批踢踢實業坊
›
精華區
beta
mud_sanc
關於我們
聯絡資訊
返回上層
C-016 replaceitem
原文:
replaces the nth item in a list
中文:
置換字串表中指定項目的內容。(7.21)
格式:
%replaceitem(s,n,list)
範例:
#va spellList %replaceitem("cast longsee windman",4,@SpellList)
將字串表SpellList第4項內容變更成"cast longsee windman"。