|
===================================== 〔語彙分解〕的な部分一致の検索結果は以下の通りです。 ・ ジュール : [じゅーる] 【名詞】 1. joule 2. (n) joule ・ ー : [ちょうおん] (n) long vowel mark (usually only used in katakana)
-- 与えられた引数がすべて空でない時「引数の個数」(文字列型)を返す、そうでないとき「""」(空文字)を返す。 -- 呼び方: local p = p._1 = function(frame) return p.validate(1, frame) end p._2 = function(frame) return p.validate(2, frame) end p._3 = function(frame) return p.validate(3, frame) end p._4 = function(frame) return p.validate(4, frame) end p._5 = function(frame) return p.validate(5, frame) end p._6 = function(frame) return p.validate(6, frame) end p._7 = function(frame) return p.validate(7, frame) end p._8 = function(frame) return p.validate(8, frame) end p._9 = function(frame) return p.validate(9, frame) end p._10 = function(frame) return p.validate(10, frame) end p.validate = function(size, target) if target == nil or target.args == nil then return "" end local i=1 while i<=size do value = target.args if value == nil or value == "" then return "" end i= i+1 end return string.format("%d ", i-1) end return p 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「モジュール:IfAllArgsEntered」の詳細全文を読む スポンサード リンク
|