C-014 delitem
原文:delete item s from the given string list.
If there are duplicate items, only the first is removed
中文:從指定的字串表中刪除指定的項目,如果字串表中有重複項目,只會刪除首項。
格式:%delitem(s,list)
範例:SpellList=%delitem("cast 'armor' me",@SpellList)
從字串表SpellList中刪除項目-"cast 'armor' me"。